Bug 124637

Summary: Enable HTMLTemplateElement on Mac port
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: adamk, andersca, barraclough, benjamin, dino, kling, koivisto, mjs, sam, simon.fraser, thorton
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 123851    
Attachments:
Description Flags
Enables the feature thorton: review+

Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 2013-11-19 22:47:05 PST
Created attachment 217387 [details]
Enables the feature
Comment 2 Ryosuke Niwa 2013-11-19 22:55:25 PST
Committed r159550: <http://trac.webkit.org/changeset/159550>
Comment 3 Dean Jackson 2013-11-20 10:57:43 PST
You forgot to update js/dom/global-constructors-attributes.html
Doing so now.
Comment 4 Dean Jackson 2013-11-20 11:00:59 PST
Hopefully fixed in r159574
Comment 5 Ryosuke Niwa 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.