Bug 123851 - Enable HTMLTemplateElement by default
Summary: Enable HTMLTemplateElement by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar, WebExposed
Depends on: 117779 122806 123850 123864 123949 124637 124699 124758 124763 124882 125131
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-05 19:20 PST by Ryosuke Niwa
Modified: 2013-12-04 19:39 PST (History)
16 users (show)

See Also:


Attachments
Enables the feature (2.93 KB, patch)
2013-12-04 18:06 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Patch (4.30 KB, patch)
2013-12-04 18:07 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-11-05 19:20:08 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.
Comment 1 Radar WebKit Bug Importer 2013-11-05 19:21:28 PST
<rdar://problem/15400836>
Comment 2 Ryosuke Niwa 2013-12-04 18:06:28 PST
Created attachment 218477 [details]
Enables the feature
Comment 3 Ryosuke Niwa 2013-12-04 18:07:28 PST
Created attachment 218478 [details]
Patch
Comment 4 Ryosuke Niwa 2013-12-04 19:39:20 PST
Comment on attachment 218478 [details]
Patch

Clearing flags on attachment: 218478

Committed r160156: <http://trac.webkit.org/changeset/160156>
Comment 5 Ryosuke Niwa 2013-12-04 19:39:23 PST
All reviewed patches have been landed.  Closing bug.