Unprefixed attributes in examples

http://www.w3.org/TR/wai-aria-practices/

Examples say, for example:
<div role="toolbar" multiselectable="false" tabindex="0"
     activedescendant="button1">
instead of
<div role="toolbar" aria-multiselectable="false" tabindex="0"
     aria-activedescendant="button1">

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Sunday, 23 March 2008 15:55:13 UTC