[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

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

Re: [whatwg] iframe srcdoc definition not compatible with existing user-agent user interfaces

2013-04-08 Thread Boris Zbarsky
On 4/8/13 1:20 AM, Ian Hickson wrote: If a browser can cache the data for a frame based on which frame it is rather than just its URL In Gecko's case, say, it's cached based on URL and a sequence number (to handle POST). If it can be made to work for POST, I don't see why srcdoc= would be

Re: [whatwg] Notifications: reviving Notification objects

2013-04-08 Thread Jonas Sicking
On Apr 4, 2013 12:53 PM, Mounir Lamouri mou...@lamouri.fr wrote: On 31/03/13 15:33, Anne van Kesteren wrote: There are a couple of scenarios http://notifications.spec.whatwg.org/ does not address at the moment. A) User navigates to chat site. Chat site creates a notification from a

Re: [whatwg] iframe srcdoc definition not compatible with existing user-agent user interfaces

2013-04-08 Thread Ian Hickson
On Mon, 8 Apr 2013, Boris Zbarsky wrote: On 4/8/13 1:20 AM, Ian Hickson wrote: If a browser can cache the data for a frame based on which frame it is rather than just its URL In Gecko's case, say, it's cached based on URL and a sequence number (to handle POST). Why does the test I

[whatwg] Add more types of DOM as part of Form

2013-04-08 Thread jingwei lv
Recently I am working with some web frameworks with mongodb(non relational database). There is one type of field called dict, similar with BSON, or JSON. In general, when defining a table in db in modern frameworks, it also can be generated a form in html, which is intuitive and convenient. Well,

Re: [whatwg] Add more types of DOM as part of Form

2013-04-08 Thread Renoir Boulanger
Hello jingwei lv, I am not sure, but, here is my try about your suggestion. As I understand, in your use-case, you may want to use the datalist / element: http://html5doctor.com/html5-forms-introduction-and-new-attributes/#list After that, I wonder what more you may want in the feature you

Re: [whatwg] iframe srcdoc definition not compatible with existing user-agent user interfaces

2013-04-08 Thread Boris Zbarsky
On 4/8/13 6:57 PM, Ian Hickson wrote: Why does the test I posted fail, then? http://damowmow.com/playground/demos/ui/001.html Right-click either frame, and make it display the frame elsewhere (new tab, only-this-frame Those don't do the right thing; they just use the URI. even