You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notably, this renames "canonical case" to "canonical keyword", and
defines exactly how it is used. Closes#3685.
This also rearranges the CORS settings attribute definition a bit to
match other enumerated attributes more closely.
<td><span data-x="concept-request">Requests</span> for the element will have their <span
7049
7051
data-x="concept-request-mode">mode</span> set to "<code data-x="">cors</code>" and their <span
7050
7052
data-x="concept-request-credentials-mode">credentials mode</span> set to "<code
7051
7053
data-x="">include</code>".
7052
7054
</table>
7053
7055
7054
-
<p>The empty string is also a valid keyword, and maps to the <span
7055
-
data-x="attr-crossorigin-anonymous">Anonymous</span> state. The attribute's <i data-x="invalid value default">invalid value default</i> is the <span data-x="attr-crossorigin-anonymous">Anonymous</span> state. For the
7056
-
purposes of <span data-x="reflect">reflection</span>, the canonical case for the <span
7057
-
data-x="attr-crossorigin-anonymous">Anonymous</span> state is the <code
7058
-
data-x="attr-crossorigin-anonymous-keyword">anonymous</code> keyword. The <i data-x="missing value default">missing value default</i>, used when the attribute is omitted, is the <dfn data-x="attr-crossorigin-none">No
7059
-
CORS</dfn> state.</p>
7056
+
<p>The attribute's <i data-x="invalid value default">invalid value default</i> is the <span
7057
+
data-x="attr-crossorigin-anonymous">Anonymous</span> state, and its <i data-x="missing value
7058
+
default">missing value default</i> is the <dfn data-x="attr-crossorigin-none">No CORS</dfn> state.
7059
+
For the purposes of <span data-x="reflect">reflection</span>, the <span>canonical keyword</span>
7060
+
for the <span data-x="attr-crossorigin-anonymous">Anonymous</span> state is the <code
0 commit comments