aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSStyleDeclaration.webidl
Commit message (Expand)AuthorAgeFilesLines
* 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