Re: 7-day CfC: notes on option, treeitem, and spinbutton about children presentational - closes 15 June

> On Jun 20, 2016, at 12:58 PM, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com> wrote:
> 
> I understand the problem, and this would mean something like the following as markup for spinbutton:
>  
> <div role="spinbutton" aria-valuemin="0" aria-valuemax="100" aria-valuenow="50" aria-valuetext="50 members" >
> <button aria-label="Decrement">-</button>
> <input type="text" value="50" aria-label="Attendees">
> <button aria-label="Increment">-</button>
> </div>
>  
> As an FYI though, the spec does not support this markup as it is currently written.

The authoring practices document doesn't use that format, but I don't think anything in the spec precludes it yet. 

Received on Wednesday, 22 June 2016 11:38:33 UTC