Bug 109635

Summary: [HTMLTemplateElement] Change template.dat serialization format
Product: WebKit Reporter: Rafael Weinstein <rafaelw>
Component: DOMAssignee: Rafael Weinstein <rafaelw>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, adamk, eric, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 103547    
Attachments:
Description Flags
Patch none

Description Rafael Weinstein 2013-02-12 17:02:51 PST
We shared parser .dat files for testing with the w3c @ https://code.google.com/p/html5lib/.

Mozilla requested that document fragments not be denoted with a leading '#' because they split on '#' in their test runners for top-level test processing. Anne's suggestion (which I think is fine) is to use 'content'

e.g.

#data
<template><div>Hello
#errors
#document
| <html>
|   <head>
|     <template>
|       content
|         <div>
|           "Hello"
|   <body>
Comment 1 Rafael Weinstein 2013-02-12 17:07:32 PST
Created attachment 187966 [details]
Patch
Comment 2 Rafael Weinstein 2013-02-12 17:08:28 PST
Comment 1 should have read: "We share parser..." (present tense).
Comment 3 Eric Seidel (no email) 2013-02-12 17:17:49 PST
Comment on attachment 187966 [details]
Patch

OK.
Comment 4 WebKit Review Bot 2013-02-12 18:22:02 PST
Comment on attachment 187966 [details]
Patch

Clearing flags on attachment: 187966

Committed r142702: <http://trac.webkit.org/changeset/142702>
Comment 5 WebKit Review Bot 2013-02-12 18:22:06 PST
All reviewed patches have been landed.  Closing bug.