canmove, Confirmed users
2,848
edits
(add a few CSS items, a few more related links, caveats) |
(→CSS: start :has, some code markup) |
||
Line 16: | Line 16: | ||
== HTML == | == HTML == | ||
== CSS == | == CSS == | ||
* animation-composition ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 bug]) | * <code>animation-composition</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 bug]) | ||
* [https://www.w3.org/TR/css-color-5/ Color] ([https://bugzilla.mozilla.org/show_bug.cgi?id=1679227 meta]) functions: color(), lab() and lch(), oklab() and oklch() | * [https://www.w3.org/TR/css-color-5/ Color] ([https://bugzilla.mozilla.org/show_bug.cgi?id=1679227 meta]) functions: <code>color()</code>, <code>lab()</code> and <code>lch()</code>, <code>oklab()</code> and <code>oklch()</code> | ||
* Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta]) | * Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta]) | ||
* Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta]) | * Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta]) | ||
* content-visibility ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta]) | * <code>content-visibility</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta]) | ||
Start implementation: | |||
* <code>:has</code> pseudo-class ([https://bugzilla.mozilla.org/show_bug.cgi?id=418039 meta]) | |||
== DOM == | == DOM == |