[whatwg] Reading a start tag in "text" insertion mode
Mohammad Al Houssami (Alumni)
mha53 at mail.aub.edu
Thu Aug 15 16:34:32 PDT 2013
I am building a parser incrementally by sets of elements (and not all at the same time ) so while debugging I noticed that the text insertion mode does not have a "anything else" branch. Lets assume my input is the following: <title><head>
The title start tag will lead us to the text insertion mode. And then what should happen ? The specifications don't deal with this case as there is nothing that says what should happen in this case... I think I am missing something here ?
More information about the whatwg
mailing list