aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/rules.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the 'symbols' descriptor for @counter-styleSimon Sapin2017-04-261-0/+8
|
* Add 'fallback' descriptor to @counter-styleSimon Sapin2017-04-261-0/+6
|
* Add 'pad' descritor of @counter-styleSimon Sapin2017-04-261-0/+11
|
* Add 'range' descriptor to @counter-styleSimon Sapin2017-04-261-0/+23
|
* Add 'negative' descriptor of @counter-styleSimon Sapin2017-04-261-14/+43
|
* Add the 'system' descriptor of @counter-styleSimon Sapin2017-04-261-0/+12
|
* Add initial style system support for @counter-style rulesSimon Sapin2017-04-261-1/+14
|
* Macroize conversion of @font-face values to Gecko typesSimon Sapin2017-04-011-40/+49
|
* Make the parser accept @font-face rules without font-family or src.Simon Sapin2017-04-011-45/+50
| | | | | | | | | | | | | | Fix #16165. Also, it turns out that the CSSFontFaceRule IDL specified in the css-fonts spec is not web-compatible. Instead browsers implement a .style attribute like in CSSStyleRule: https://github.com/w3c/csswg-drafts/issues/825 This in turn requires preserving data about which descriptors were set or not (distinguishing unset from set to a value that happens to be the initial value), so this commit also makes every field `Option<_>`.
* Serialize unquoted font-family without quoteNazım Can Altınova2017-03-301-3/+3
|
* Use Gecko nsCSSFontFaceRule for font face rule.Xidorn Quan2017-03-301-0/+121