Closed
Bug 897153
Opened 12 years ago
Closed 12 years ago
Update parsing of template element to spec as of July 15, 2013
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: wchen, Assigned: wchen)
References
()
Details
Attachments
(3 files)
22.22 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
7.02 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
2.48 KB,
patch
|
hsivonen
:
review+
|
Details | Diff | Splinter Review |
The template element has moved it into the HTML spec and there are some changes since it was implemented from the Web Components spec.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #779929 -
Flags: review?(hsivonen)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #779930 -
Flags: review?(hsivonen)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #780049 -
Flags: review?(hsivonen)
Comment 4•12 years ago
|
||
Comment on attachment 779929 [details] [diff] [review]
Part 1: Update parsing of template element to spec as of July 15, 2013.
In the EOF case, the line errStrayEndTag("template"); looks like it shouldn't be there. r+ with that removed.
Attachment #779929 -
Flags: review?(hsivonen) → review+
Updated•12 years ago
|
Attachment #779930 -
Flags: review?(hsivonen) → review+
Updated•12 years ago
|
Attachment #780049 -
Flags: review?(hsivonen) → review+
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #4)
> Comment on attachment 779929 [details] [diff] [review]
> Part 1: Update parsing of template element to spec as of July 15, 2013.
>
> In the EOF case, the line errStrayEndTag("template"); looks like it
> shouldn't be there. r+ with that removed.
Done.
https://hg.mozilla.org/integration/mozilla-inbound/rev/c76ec2020eed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•