aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSFontFaceRule.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-14/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Make the parser accept @font-face rules without font-family or src.Simon Sapin2017-04-011-9/+6
| | | | | | | | | | | | | | 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<_>`.
* Unexpose CSSOM interfacesManish Goregaokar2016-11-151-1/+1
|
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+17