@@ -17,7 +17,7 @@ Former Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, gle
1717Former Editor : Anne van Kesteren, Opera Software ASA http://www.opera.com, annevk@annevk.nl, https://annevankesteren.nl/
1818!Legacy issues list : <a href="https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=CSSOM&resolution=---">Bugzilla</a>
1919Abstract : CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.
20- Ignored Terms : EmptyString, mediaText, cssText, InvalidCharacterError, SecurityError, SyntaxError, IndexSizeError, HierarchyRequestError, InvalidStateError, InvalidModificationError, NoModificationAllowedError, CORS-same-origin, group of selectors, list of css page selectors, CSSCharsetRule, ProcessingInstruction, EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text, style, CSSFontFaceRule, -webkit-transform
20+ Ignored Terms : EmptyString, mediaText, cssText, InvalidCharacterError, SecurityError, SyntaxError, IndexSizeError, HierarchyRequestError, InvalidStateError, InvalidModificationError, NoModificationAllowedError, group of selectors, list of css page selectors, CSSCharsetRule, ProcessingInstruction, EventTarget, EventListener, Event, EventInit, Element, Range, Node, Text, style, CSSFontFaceRule, -webkit-transform
2121Ignored Vars : m1, m2, camel_cased_attribute, webkit_cased_attribute, dashed_attribute
2222Include Can I Use Panels : true
2323Can I Use URL : https://drafts.csswg.org/cssom/
@@ -1185,7 +1185,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
11851185 <li> If <var> response</var> is a <a>network error</a> , return an error.
11861186
11871187 <li> If <var> document</var> is in <a>quirks mode</a> , <var> response</var> is
1188- <a>CORS-same-origin</a> <!--XXX xref--> and the <a>Content-Type metadata</a> of <var> response</var> is not a
1188+ <a>CORS-same-origin</a> and the <a>Content-Type metadata</a> of <var> response</var> is not a
11891189 <a>supported styling language</a> change the <a>Content-Type metadata</a> of <var> response</var> to
11901190 <code> text/css</code> .
11911191
@@ -1327,7 +1327,7 @@ must be run:
13271327 "<code> yes</code> ", or unset otherwise.
13281328
13291329 <dt> <a>origin-clean flag</a>
1330- <dd> Set if <var> response</var> is <a>CORS-same-origin</a> <!--XXX xref--> , or unset otherwise.
1330+ <dd> Set if <var> response</var> is <a>CORS-same-origin</a> , or unset otherwise.
13311331 </dl>
13321332
13331333 The CSS <a>environment encoding</a> is the result of running the following steps:
@@ -1426,7 +1426,7 @@ must be run:
14261426 "<code> alternate</code> ", or false otherwise.
14271427
14281428 <dt> <a>origin-clean flag</a>
1429- <dd> Set if <var> response</var> is <a>CORS-same-origin</a> <!--XXX xref--> , or unset otherwise.
1429+ <dd> Set if <var> response</var> is <a>CORS-same-origin</a> , or unset otherwise.
14301430 </dl>
14311431
14321432</ol>
0 commit comments