Re: [whatwg] HTML Namespace Elements

2013-05-29 Thread Ian Hickson
On Mon, 8 Apr 2013, Mohammad Al Houssami (Alumni) wrote:
> 
> In the tokenizer specifications of the HTML5 parser the following is 
> written :
> 
> "Otherwise, if there is a current node and it is not an element in the 
> HTML namespace "
>
> What does it mean ?

It's saying that the subsequent steps apply if the "current node" is an 
element whose namespace (as given e.g. by the element's Element object's 
namespaceURI IDL attribute) is the string "http://www.w3.org/1999/xhtml";.

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


Re: [whatwg] HTML Namespace Elements

2013-04-08 Thread Bjoern Hoehrmann
* Mohammad Al Houssami (Alumni) wrote:
>In the tokenizer specifications of the HTML5 parser the following is written :
>
>"Otherwise, if there is a current node and it is not an element in the HTML 
>namespace "
>What does it mean ?

http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSname is the
string 'http://www.w3.org/1999/xhtml'.
-- 
Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


[whatwg] HTML Namespace Elements

2013-04-08 Thread Mohammad Al Houssami (Alumni)
Hello Everyone.

In the tokenizer specifications of the HTML5 parser the following is written :

"Otherwise, if there is a current node and it is not an element in the HTML 
namespace "
What does it mean ?
It is linked to this page http://www.w3.org/1999/xhtml which doesnt provide any 
information regarding the HTML namespace.

Any help is much appreciated.

Thanks :)