Sam Ruby wrote: > Is anybody planning on fixing the bugs that are reported by the > addition of these tests?
In general, yes, I am; Hixie has just updated a few things in the parser spec [1] so there are several things we get wrong at the moment. However, I haven't started any work yet so I'm more than happy if others make fixes. [1] http://html5.org/tools/web-apps-tracker?from=883&to=903 [2] [2] It would be really useful if that tool had a mapping between URI and state so you could easily GET a resource listing just the changes to implemented sections affecting tools. Am I missing something? > > - Sam Ruby > > ---------- Forwarded message ---------- > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Jun 14, 2007 12:13 PM > Subject: [html5lib commit] r734 - trunk/testdata/tree-construction > To: [EMAIL PROTECTED] > > Author: annevankesteren > Date: Thu Jun 14 09:13:25 2007 > New Revision: 734 > > Added: > trunk/testdata/tree-construction/tests5.dat > > Log: > add a few tests that test comment parsing inside RCDATA and CDATA blocks > > Added: trunk/testdata/tree-construction/tests5.dat > ============================================================================== > --- (empty file) > +++ trunk/testdata/tree-construction/tests5.dat Thu Jun 14 09:13:25 2007 > @@ -0,0 +1,107 @@ > +#data > +<style> <!-- </style>x > +#errors > +No DOCTYPE > +Unexpected end of file > +#document > +| <html> > +| <head> > +| <style> > +| " <!-- </style>x" > +| <body> > + > +#data > +<style> <!-- </style> --> </style>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <style> > +| " <!-- </style> --> " > +| <body> > +| "x" > + > +#data > +<style> <!--> </style>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <style> > +| " <!--> " > +| <body> > +| "x" > + > +#data > +<style> <!---> </style>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <style> > +| " <!---> " > +| <body> > +| "x" > + > +#data > +<iframe> <!---> </iframe>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <body> > +| <iframe> > +| " <!---> " > +| "x" > + > +#data > +<iframe> <!--- </iframe>->x</iframe> --> </iframe>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <body> > +| <iframe> > +| " <!--- </iframe>->x</iframe> --> " > +| "x" > + > +#data > +<script> <!-- </script> --> </script>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <script> > +| " <!-- </script> --> " > +| <body> > +| "x" > + > +#data > +<title> <!-- </title> --> </title>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <title> > +| " <!-- </title> --> " > +| <body> > +| "x" > + > +#data > +<textarea> <!--- </textarea>->x</textarea> --> </textarea>x > +#errors > +No DOCTYPE > +#document > +| <html> > +| <head> > +| <body> > +| <textarea> > +| " <!--- </textarea>->x</textarea> --> " > +| "x" > > > -- "Eternity's a terrible thought. I mean, where's it all going to end?" -- Tom Stoppard, Rosencrantz and Guildenstern are Dead --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
