Re: Custom Elements: 'data-' attributes

2014-05-15 Thread David Håsäther
On Wed, May 14, 2014 at 1:18 PM, Soledad Penadés s...@mozilla.com wrote:

 And that's where I suggested leaving attribute handling to the component. If
 it self-registers as handling a certain attribute, then don't let the UA
 handle it as it would do if unregistered.

Very much like the idea.

A potential issue is if the element is used before the element
definition is registered. Then it would first be parsed as the global
attribute, but what happens when it has been registered? Changing the
semantics of the attribute mid-way is a bit weird.

-- 
David Håsäther



Re: New Progress draft (1.25)...

2008-11-01 Thread David Håsäther


* Charles McCathieNevile @2008-10-21 12:27:


http://dev.w3.org/cvsweb/~checkout~/2006/webapi/progress/Progress.html?rev=1.24

Hopefully this draft is ready for last call. So please have a look  
through it


There are two instances of XMLHTTPRequest, which should be  
XMLHttpRequest.


--
David Håsäther