Bug 109635 - [HTMLTemplateElement] Change template.dat serialization format
Summary: [HTMLTemplateElement] Change template.dat serialization format
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rafael Weinstein
URL:
Keywords:
Depends on:
Blocks: 103547
  Show dependency treegraph
 
Reported: 2013-02-12 17:02 PST by Rafael Weinstein
Modified: 2013-02-12 18:22 PST (History)
5 users (show)

See Also:


Attachments
Patch (17.62 KB, patch)
2013-02-12 17:07 PST, Rafael Weinstein
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.