Closed
Bug 1650320
Opened 5 years ago
Closed 5 years ago
Drop parse error for missing </caption> end tag in View Source
Categories
(Core :: DOM: HTML Parser, enhancement)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: hsivonen, Assigned: sideshowbarker)
References
Details
Attachments
(1 file)
Import patch from validator.
Reporter | ||
Comment 1•5 years ago
|
||
See https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-incaption:stack-of-open-elements-2
The parse error for this case was dropped from the spec in
https://github.com/whatwg/html/commit/759ee62
Relates to https://github.com/validator/validator/issues/593
and https://bugzilla.mozilla.org/show_bug.cgi?id=1429415
Updated•5 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Updated•5 years ago
|
Severity: -- → S3
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:hsivonen, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(hsivonen)
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/35572cf37728
Drop parse error for missing </caption> end tag. r=alchen
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Reporter | ||
Updated•5 years ago
|
Assignee: hsivonen → mike
Flags: needinfo?(hsivonen)
I assume this fixes bug 1429415?
Reporter | ||
Comment 7•5 years ago
|
||
(In reply to j.j. from comment #5)
I assume this fixes bug 1429415?
Yes. I failed to find that bug when I should have. Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•