Skip to content

Commit 1d15cf4

Browse files
committed
Remove CORS-same-origin from ignored terms
Now that the HTML spec exports the definition of CORS-same-origin, the term should be linked correctly and no longer needs to be ignored. Fixes w3c#823.
1 parent 7ae629f commit 1d15cf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cssom-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Former Editor: Glenn Adams, Cox Communications, Inc. http://www.cox.com, gle
1717
Former 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&amp;component=CSSOM&amp;resolution=---">Bugzilla</a>
1919
Abstract: 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
2121
Ignored Vars: m1, m2, camel_cased_attribute, webkit_cased_attribute, dashed_attribute
2222
Include Can I Use Panels: true
2323
Can I Use URL: https://drafts.csswg.org/cssom/
@@ -1184,7 +1184,7 @@ To <dfn>fetch a CSS style sheet</dfn> with parsed URL <var>parsed URL</var>, ref
11841184
<li>If <var>response</var> is a <a>network error</a>, return an error.
11851185

11861186
<li>If <var>document</var> is in <a>quirks mode</a>, <var>response</var> is
1187-
<a>CORS-same-origin</a><!--XXX xref--> and the <a>Content-Type metadata</a> of <var>response</var> is not a
1187+
<a>CORS-same-origin</a> and the <a>Content-Type metadata</a> of <var>response</var> is not a
11881188
<a>supported styling language</a> change the <a>Content-Type metadata</a> of <var>response</var> to
11891189
<code>text/css</code>.
11901190

@@ -1326,7 +1326,7 @@ must be run:
13261326
"<code>yes</code>", or unset otherwise.
13271327

13281328
<dt><a>origin-clean flag</a>
1329-
<dd>Set if <var>response</var> is <a>CORS-same-origin</a><!--XXX xref-->, or unset otherwise.
1329+
<dd>Set if <var>response</var> is <a>CORS-same-origin</a>, or unset otherwise.
13301330
</dl>
13311331

13321332
The CSS <a>environment encoding</a> is the result of running the following steps:
@@ -1425,7 +1425,7 @@ must be run:
14251425
"<code>alternate</code>", or false otherwise.
14261426

14271427
<dt><a>origin-clean flag</a>
1428-
<dd>Set if <var>response</var> is <a>CORS-same-origin</a><!--XXX xref-->, or unset otherwise.
1428+
<dd>Set if <var>response</var> is <a>CORS-same-origin</a>, or unset otherwise.
14291429
</dl>
14301430

14311431
</ol>

0 commit comments

Comments
 (0)