aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
Commit message (Expand)AuthorAgeFilesLines
* Add dashed CSS properties to CSSStyleDeclaration.Josh Matthews2015-08-281-0/+104
* Parse flex-direction CSS property.Kyle Zentner2015-08-211-0/+2
* Make CSSStyleDeclaration setters rethrow errors instead of unwrapping and cra...David Zbarsky2015-08-111-161/+161
* Implement the unicode-bidi propertyMatt Brubeck2015-08-031-0/+1
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
* Implement enough of 3d transforms spec to run the CSS FPS demo.Glenn Watson2015-06-231-0/+4
* Implement 'background-clip' property in CSS3 BackgroundJinwoo Song2015-05-161-0/+1
* Implement 'background-origin' property in CSS3 BackgroundJinwoo Song2015-05-151-0/+1
* Add column-width, column-count, columns and column-gap properties in the styl...Simon Sapin2015-04-291-0/+5
* layout: Implement most of `border-collapse` per CSS 2.1 § 17.6.2.Patrick Walton2015-04-271-1/+1
* Implement CSSStyleDeclaration.float (fixes #5101)Anthony Ramine2015-04-211-1/+1
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-0/+6
* layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8.Patrick Walton2015-03-171-0/+3
* layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacyPatrick Walton2015-03-121-0/+2
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-0/+5
* Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1"Simon Sapin2015-03-031-5/+0
* auto merge of #5133 : servo/servo/background-size, r=SimonSapinbors-servo2015-03-031-0/+3
|\
| * layout: Implement `image-rendering` per CSS-IMAGES-3 § 5.3 andPatrick Walton2015-03-031-0/+3
* | auto merge of #5067 : servo/servo/counters, r=SimonSapinbors-servo2015-03-031-0/+5
|\ \ | |/ |/|
| * layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-031-0/+5
* | layout: Implement `overflow-x` and `overflow-y` per CSS-OVERFLOW § 3.Patrick Walton2015-03-031-0/+2
|/
* layout: Implement `text-shadow` per CSS-TEXT-DECORATION-3 § 4.Patrick Walton2015-03-021-0/+1
* layout: Implement `text-align: justify` and `text-justify` perPatrick Walton2015-01-291-0/+1
* auto merge of #4592 : pcwalton/servo/text-overflow, r=mbrubeckbors-servo2015-01-281-0/+1
|\
| * layout: Implement `text-overflow: ellipsis` per CSS-UI-3 § 6.2.Patrick Walton2015-01-281-0/+1
* | gfx: Implement `font-stretch` per CSS3-FONTS § 3.3 in the Core TextPatrick Walton2015-01-281-0/+1
|/
* Share supported CSS properties between style and CSSStyleDeclarationBruno de Oliveira Abinader2015-01-191-0/+18
* Added readonly flag for CSSStyleDeclarationProgramFOX2014-12-281-0/+1
* Add GetPropertyPriority to CSSStyleDeclarationAdam Sunderland2014-12-231-1/+1
* Implemented CSSStyleDeclaration.setPropertyPriorityProgramFOX2014-12-231-2/+4
* Add missing supported CSS properties.Josh Matthews2014-12-181-0/+24
* Merge CSS2Properties and CSSStyleDeclaration.Josh Matthews2014-12-181-0/+95
* Address review comments.Josh Matthews2014-12-181-2/+1
* Implement RemoveProperty, SetProperty, and supported property indices.Josh Matthews2014-12-181-7/+7
* Add the basic CSSStyleDeclaration CSSOM interface.Cameron Zwarich2014-12-181-0/+31