RESOLVED FIXED Bug 124637
Enable HTMLTemplateElement on Mac port
https://bugs.webkit.org/show_bug.cgi?id=124637
Summary Enable HTMLTemplateElement on Mac port
Ryosuke Niwa
Reported 2013-11-19 22:45:00 PST
HTMLTemplateElement has been shipped by Chrome and Firefox for a while and the specification has been quite stable at this point: http://www.w3.org/TR/html-templates/ The feature adds the minimum amount of changes to the HTML parser to allow JS libraries to work-around HTML parser quirkiness such as tr being removed outside of table element. We should enable this feature by default.
Attachments
Enables the feature (7.07 KB, patch)
2013-11-19 22:47 PST, Ryosuke Niwa
thorton: review+
Ryosuke Niwa
Comment 1 2013-11-19 22:47:05 PST
Created attachment 217387 [details] Enables the feature
Ryosuke Niwa
Comment 2 2013-11-19 22:55:25 PST
Dean Jackson
Comment 3 2013-11-20 10:57:43 PST
You forgot to update js/dom/global-constructors-attributes.html Doing so now.
Dean Jackson
Comment 4 2013-11-20 11:00:59 PST
Hopefully fixed in r159574
Ryosuke Niwa
Comment 5 2013-11-21 18:56:37 PST
(In reply to comment #3) > You forgot to update js/dom/global-constructors-attributes.html > Doing so now. Oops, thanks for fixing that. Updated the forgotten build-webkit in http://trac.webkit.org/changeset/159664.
Note You need to log in before you can comment on or make changes to this bug.