-
Notifications
You must be signed in to change notification settings - Fork 12.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
Fix invalid HTML DIV tag used in HEAD #113094
Fix invalid HTML DIV tag used in HEAD #113094
Conversation
@bors r+ rollup |
Having
https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element |
It says just below that we can add our own: https://html.spec.whatwg.org/multipage/semantics.html#other-metadata-names |
So the id should be converted to name? |
Well yeah but this meta element doesn't have any name attribute, so this section doesn't apply. It means though that you could add a Do we strive for standard compliance actually? I don't know. In this specific case it doesn't matter obviously. Edit: Ah, just saw notriddle's comment above, the GitHub mobile app didn't load it for me. |
I use the |
I don't want to be pedantic and hold things back. I'd say go with |
Let's use |
…-in-head, r=notriddle Fix invalid HTML DIV tag used in HEAD Fixes rust-lang#113067. The issue also nicely explains the whole problem. r? `@notriddle`
…-in-head, r=notriddle Fix invalid HTML DIV tag used in HEAD Fixes rust-lang#113067. The issue also nicely explains the whole problem. r? ``@notriddle``
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @Folyd, @jsha |
This comment has been minimized.
This comment has been minimized.
0b13836
to
acbfb8c
Compare
@bors r=notriddle,fmease rollup |
…-in-head, r=notriddle,fmease Fix invalid HTML DIV tag used in HEAD Fixes rust-lang#113067. The issue also nicely explains the whole problem. r? `@notriddle`
Rollup of 6 pull requests Successful merges: - rust-lang#111571 (Implement proposed API for `proc_macro_span`) - rust-lang#112236 (Simplify computation of killed borrows) - rust-lang#112867 (More `ImplSource` nits) - rust-lang#113019 (add note for non-exhaustive matches with guards) - rust-lang#113094 (Fix invalid HTML DIV tag used in HEAD) - rust-lang#113111 (add myself to review for t-types stuff) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #113067.
The issue also nicely explains the whole problem.
r? @notriddle