-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 CORS settings attributes consistent #9834
make CORS settings attributes consistent #9834
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
You also need "Keywords" -> "Keyword" in the table heading and flip the order of the first two table columns. As in, "Keyword" first, then "State".
I'm having second thoughts on requiring closing tags for tables as @domenic suggested "offline" we don't need them and I don't particularly care for them. Since you didn't add them for a bunch of elements in the table, maybe leave those changes out altogether for now?
97b7195
to
97f045f
Compare
97f045f
to
64ee40a
Compare
<p>A <dfn>CORS settings attribute</dfn> is an <span>enumerated attribute</span>. The following | ||
table lists the keywords and states for the attribute — the states given in the first cell | ||
of the rows with keywords give the states to which those keywords map.</p> | ||
<p>A <dfn>CORS settings attribute</dfn> The attribute is an <span>enumerated attribute</span> with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a typo? The attribute
is extra.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refs #9832
This formats the wording & HTML acround
CORS - setttings attribute
such that it is consistent with the format described in #9832(See WHATWG Working Mode: Changes for more details.)
/urls-and-fetching.html ( diff )