- From: James Craig <jcraig@apple.com>
- Date: Wed, 22 Jun 2016 04:37:58 -0700
- To: Bryan Garaventa <bryan.garaventa@ssbbartgroup.com>
- Cc: Michael Cooper <cooper@w3.org>, ARIA Working Group <public-aria@w3.org>
> 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