Re: [XHTML 2] 18.1.1 Rules for processing handlers (PR#7780)

Thanks for the comment.

We have reordered the rules to clarify.  However, note that the content model
for the content of the element is PCDATA.  This means that the content has been
processed, and is NOT XML literal data.

Best wishes,

Steven Pemberton
For the HTML WG

> Dear HTML Working Group,
> 
> Please define what "inline text" means in the context of  18.1.1.3, is it 
> the text content of the handler element, is it an XML literal of the 
> contents?  is it ... well what is it?
> 
> For example, what happens with the document fragment below in the case when 
> the javascript with e4X support is supported, and it's not?
> <handler type="application/x-javascript;e4x"> var t=<handler 
> type="text/javascript">alert(1)</handler>;alert(t.firstChild.nodeValue);</handler>
> 
> Regards,
> 
> Jim Ley
> 
> 

Received on Tuesday, 24 January 2006 12:35:59 UTC