Bug 124637 - Enable HTMLTemplateElement on Mac port
Summary: Enable HTMLTemplateElement on Mac port
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: WebExposed
Depends on:
Blocks: 123851
  Show dependency treegraph
 
Reported: 2013-11-19 22:45 PST by Ryosuke Niwa
Modified: 2013-11-21 18:56 PST (History)
11 users (show)

See Also:


Attachments
Enables the feature (7.07 KB, patch)
2013-11-19 22:47 PST, Ryosuke Niwa
thorton: review+
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-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.