mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 16:02:06 +00:00
We achieve this by making properties that accept a custom-ident value skip the "someone else's vendor prefix" check for values that start with a `-` character. This fixes an issue where e.g `font-family: Arial, -apple-system` would be rejected by the parser completely. We now treat `-apple-system` like an identifier in such cases. Also add `valid-types` metadata for the `font-family` property so this actually works. :^) |
||
|---|---|---|
| .. | ||
| css | ||
| Streams | ||
| TextDecoder | ||
| append-child-must-update-layout-tree.html | ||
| basic.html | ||
| body-background-color-red.css | ||
| html-parser-text-in-table-hoisting.html | ||
| include.js | ||
| link-element-media-attribute.html | ||
| link-element-onload-attribute.html | ||
| link-element-rel-preload-load-event.html | ||
| title.html | ||
| url-search-params-iterator-iterator.html | ||
| valid.css | ||