-
Notifications
You must be signed in to change notification settings - Fork 70
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
Multiple <title> tags in a web page #2168
Comments
Indeed, can't find it either (not even in parsing rules). |
I'll address this with a PR, first making sure that browsers expose consistently the same title. |
Outcomes of my test:
Proceeding with the PR. |
It is defined here in the HTML Standard:
https://html.spec.whatwg.org/multipage/dom.html#the-title-element-2
Do you really mean the HTML 5.2 specification? The HTML 5.2 spec was obsoleted in 2019 and replaced by the WHATWG HTML Standard: https://www.w3.org/html/ |
Completed |
In HTML page has non-empty title we say:
However, upon delving, I couldn't locate any explicit mention of this in the HTML 5.2 specifications.
Could someone direct me to the source where it details the expected behavior in cases of multiple <title> tags?
Thanks
The text was updated successfully, but these errors were encountered: