Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the 'symbols' descriptor for @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+8 | |
| | ||||||
* | Add 'fallback' descriptor to @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+6 | |
| | ||||||
* | Add 'pad' descritor of @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+11 | |
| | ||||||
* | Add 'range' descriptor to @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+23 | |
| | ||||||
* | Add 'negative' descriptor of @counter-style | Simon Sapin | 2017-04-26 | 1 | -14/+43 | |
| | ||||||
* | Add the 'system' descriptor of @counter-style | Simon Sapin | 2017-04-26 | 1 | -0/+12 | |
| | ||||||
* | Add initial style system support for @counter-style rules | Simon Sapin | 2017-04-26 | 1 | -1/+14 | |
| | ||||||
* | Macroize conversion of @font-face values to Gecko types | Simon Sapin | 2017-04-01 | 1 | -40/+49 | |
| | ||||||
* | Make the parser accept @font-face rules without font-family or src. | Simon Sapin | 2017-04-01 | 1 | -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 quote | Nazım Can Altınova | 2017-03-30 | 1 | -3/+3 | |
| | ||||||
* | Use Gecko nsCSSFontFaceRule for font face rule. | Xidorn Quan | 2017-03-30 | 1 | -0/+121 | |