aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
Commit message (Expand)AuthorAgeFilesLines
* style: Support the all shorthand.Cameron McCormack2017-04-141-0/+2
* Make font-variant shorthand.Hiroyuki Ikezoe2017-04-141-0/+2
* Don't serialize initial text-decoration-style #15790projektir2017-03-091-0/+2
* Add support for most of the border-image properties, pass to WR.Glenn Watson2017-02-231-0/+12
* Auto merge of #15289 - montrivo:webidl-exposed, r=cbrewsterbors-servo2017-01-291-1/+1
|\
| * Expose interfaces only where they should be. #12415 - Partialmontrivo2017-01-291-1/+1
* | Convert text-orientation to a Gecko-only propertyMatt Brubeck2017-01-271-2/+2
|/
* Make background-position a shorthand instead of a longhandNazım Can Altınova2016-12-151-0/+4
* Support offset- logical propertiesManish Goregaokar2016-11-291-0/+8
* Unexpose CSSOM interfacesManish Goregaokar2016-11-151-1/+1
* Add support for inline-size, block-size, and max-*-size/min-*-sizeManish Goregaokar2016-11-111-0/+12
* Add logical padding, margin longhands and border shorthandsManish Goregaokar2016-11-111-0/+24
* Support logical propertiesManish Goregaokar2016-11-111-0/+25
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
* style: Add support to the animation shorthand and fix parsing of animation-name.Emilio Cobos Álvarez2016-07-071-0/+1
* Support flexbox shorthand propertiesPu Xingyu2016-06-301-0/+3
* style: parse the remaining animation longhands.Emilio Cobos Álvarez2016-06-281-0/+8
* style: Add animation-iteration-count parsing under experimental flagEmilio Cobos Álvarez2016-06-281-0/+2
* style: Add animation-timing-function parsing as experimental.Emilio Cobos Álvarez2016-06-281-0/+2
* style: Add animation-duration parsing under experimental flagEmilio Cobos Álvarez2016-06-281-0/+2
* style: Refactor to pass animations cleanly, land animation-name parsing as ex...Emilio Cobos Álvarez2016-06-281-0/+3
* Auto merge of #11428 - g-k:csstext, r=SimonSapinbors-servo2016-06-011-2/+2
|\
| * implement cssTextGlenn Watson2016-05-311-2/+2
* | Add remaining longhand flexbox style propertiesPu Xingyu2016-05-251-1/+15
|/
* Add style property for flex-basisDaniel Robertson2016-04-241-0/+2
* Implement flexbox reorderingDaniel Robertson2016-04-111-0/+1
* 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
|\