- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 11 Oct 2011 06:34:40 +0000 (UTC)
- To: public-webapps@w3.org
On Mon, 10 Oct 2011, Charles Pritchard wrote: > > Will I be writing the following: > <div is="button" role="button"> Hopefully not, on two counts: First, you should reuse <button> if it's a button, as in: <button is="fancybutton"> Secondly, I would presume whatever solution we use for shadow tree definitions would be where you put all the roles. If we actually get binding attachment into the platform, role="" would likely disappear from HTML pages entirely, being entirely relegated to widget definitions. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 11 October 2011 06:38:28 UTC