[whatwg] [html5] r6590 - [giow] (0) Explicitly disallow combining characters at the start of text nodes. [...]

On Tue, 27 Sep 2011, Simon Pieters wrote:
>
> On Tue, 27 Sep 2011 00:11:43 +0200, <whatwg at whatwg.org> wrote:
> 
> > Author: ianh
> > Date: 2011-09-26 15:11:41 -0700 (Mon, 26 Sep 2011)
> > New Revision: 6590
> > 
> > Modified:
> >   complete.html
> >   index
> >   source
> > Log:
> > [giow] (0) Explicitly disallow combining characters at the start of text
> > nodes.
> > Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13502
> > 
> 
> > Modified: source
> > ===================================================================
> > --- source	2011-09-26 20:53:57 UTC (rev 6589)
> > +++ source	2011-09-26 22:11:41 UTC (rev 6590)
> > @@ -11887,7 +11887,11 @@
> >   script, or when the element is part of a template and would on most
> >   pages be filled in but on some pages is not relevant.</p>
> > +  <p><span title="text node">Text nodes</span> must not begin with an
> > +  <i>isolated combining character</i>. <a
> > +  href="#refsUNICODE">[UNICODE]</a></p>
> > +
> 
> Also ban them at the start of attribute values?

Done.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 27 September 2011 12:09:08 UTC