Re: [html-templates] Submission/unipro (#135)

The following chapters are covered by the tests (marked by ++):

     1 About this Document
     2 Dependencies
     3 Terminology
     4 Introduction
++ 5 Definitions
++ 6 The template element
     7 Parsing HTML Templates
       7.1 The stack of template insertion modes
++   7.2 Creating an element for a token
++   7.3 Appending to a template
++   7.4 Clearing the stack back to a given context
++   7.5 Additions to "foster parenting"
       7.6 Additions to "reset the insertion mode appropriately"
       7.7 Additions to "has an element in table scope"
++   7.8 Additions to the "in head" insertion mode
++   7.9 Additions to the "in body" insertion mode
       7.10 Additions to the "in table" insertion mode
       7.11 Additions to the "in table body" insertion mode
       7.12 Additions to the "in row" insertion mode
       7.13 Additions to the "in cell" insertion mode
       7.14 Additions to the "in column group" insertion mode
       7.15 Additions to the "in select" insertion mode
       7.16 Additions to the "in frameset" insertion mode
++   7.17 The "template contents" insertion mode
     8 Additions to the steps for parsing HTML fragments
++ 9 Additions to the steps to clone a node
++ 10 Serializing HTML Templates
++ 11 innerHTML on Templates
++ 12 Additions to Parsing XHTML Documents
++ 13 Additions to Serializing XHTML Documents
     14 Behavior of XSLT and XPath in the presence of the template element
++ 15 Additions to the CSS user agent style sheet

To find the tests for particular chapter please see the folder with the corresponding name.

Next development steps:

1) Changes according your review notes
2) Tests for chapters 7.10-7.16 (if it's possible to write correct tests for these chapters)
3) Add tests for HTML5 parsing test harness (see http://wiki.whatwg.org/wiki/Parser_tests). In fact we already have bunch of such tests but want to finish with other test first. 

If you have any comments/objection, please let me know

View on GitHub: https://github.com/w3c/web-platform-tests/issues/135#issuecomment-21546086

Received on Thursday, 25 July 2013 10:43:49 UTC