Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions quirks.bs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ above properties in its "Value" grammar.
supported in the <code><a method for=CSS lt="supports(property, value)">supports()</a></code> static
method of the {{CSS}} interface.</p>

<p><a>Quirky colors</a> must not be supported on a <a interface>CSSStyleSheet</a> where the <a>constructed flag</a> is set.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use {{CSSStyleSheet}} instead, to get the proper monospace font. Here and below.


<wpt>
hashless-hex-color/limited-quirks.html
hashless-hex-color/no-quirks.html
Expand Down Expand Up @@ -309,6 +311,8 @@ above properties in its "Value" grammar.
<a>rect()</a> expression, and must not be supported in the <code><a method for=CSS
lt="supports(property, value)">supports()</a></code> static method of the {{CSS}} interface.</p>

<p><a>Quirky lengths</a> must not be supported on a <a interface>CSSStyleSheet</a> where the <a>constructed flag</a> is set.</p>

<wpt>
unitless-length/limited-quirks.html
unitless-length/no-quirks.html
Expand Down