Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make constructed stylesheets not support quirks mode #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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