[Webkit-unassigned] [Bug 109635] New: [HTMLTemplateElement] Change template.dat serialization format

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 17:00:36 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109635

           Summary: [HTMLTemplateElement] Change template.dat
                    serialization format
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rafaelw at chromium.org
                CC: eric at webkit.org, abarth at webkit.org, ojan at chromium.org,
                    adamk at chromium.org
            Blocks: 103547


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>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list