Re: [webkit-dev] Enabling HTMLTemplateElement by default

2013-12-04 Thread Ryosuke Niwa
I have successfully imported all W3C tests for the template element as of
http://trac.webkit.org/changeset/160037.

In fact, WebKit is the first major Web browser engine to pass all the tests.

With the only remaining issue (in form control association) pending on a
HTML5 parser change:
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-December/041682.html
and
existing on both Gecko and Blink, I'm enabling the feature on all ports by
default now.

- R. Niwa

On Wed, Nov 20, 2013 at 1:20 AM, Ryosuke Niwa  wrote:

> Hi all,
>
> I'm going to enable the template element by default in
> https://bugs.webkit.org/show_bug.cgi?id=123851 on all ports.
>
> 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.
>
> I'm merging Blink patches for the template element I could find so that we
> interoperate before enabling it by default.  You can see the blockers on
> the bug to see those patches.
>
> I'll check if we can get more tests from Microsoft/Mozilla/Opera via W3C,
> and will import them as needed.
>
> - R. Niwa
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-12-04 Thread youenn fablet
I am planning to add some XHR tests from
https://github.com/w3c/web-platform-tests.
My initial plan was to add them in a subdirectory of
LayoutTests/http/tests/w3c.
If adding them into LayoutTests/imported/w3c, that would probably require
updating the test scripts to start/stop the HTTP test server for that
particular sub-folder.

Any preference?
   Youenn



2013/11/22 Ryosuke Niwa 

> On Fri, Nov 22, 2013 at 12:15 AM, Sergio Villar Senin 
> wrote:
>
>> On 21/11/13 09:16,
>> - R. Niwa
>> wrote:
>> > Maciej says he'd rather see w3c directory under imported directory so
>> > I'm doing that.
>>
>> That was not done for other set of imported tests. Are you planning to
>> move them also to that same place?
>>
>
> The idea is that.  I don't intend on doing that work myself.
>
> - R. Niwa
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Importing W3C tests for HTML template elements

2013-12-04 Thread Darin Adler

On Dec 4, 2013, at 6:48 AM, youenn fablet  wrote:

> I am planning to add some XHR tests from 
> https://github.com/w3c/web-platform-tests. 
> My initial plan was to add them in a subdirectory of 
> LayoutTests/http/tests/w3c.
> If adding them into LayoutTests/imported/w3c, that would probably require 
> updating the test scripts to start/stop the HTTP test server for that 
> particular sub-folder.
> 
> Any preference?

I’d prefer LayoutTests/imported/w3c. Although I’m not so happy about the 
different terminology we are using for “imported” vs. “ThirdParty”, which seems 
like the same concept at the top level of the directory structure.

Might be nice to think about a more elegant way to trigger the HTTP server when 
needed. Even requiring some kind of trigger file in each directory would be 
better than the hard-coded path rule we use now.

— Darin___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev