- From: Alexander Surkov <notifications@github.com>
- Date: Wed, 02 Dec 2015 07:59:09 -0800
- To: WICG/a11yapi <a11yapi@noreply.github.com>
Received on Wednesday, 2 December 2015 15:59:38 UTC
> @@ -687,10 +686,10 @@ > <code>zoom</code> > </dt> > <dd> > - Zooms the content corresponding the accessible the action > - is invoked on. Extra parameters: ratio of double. Values great than > - 1 zooms in the area, values lesser than zooms out it. 1 brings the area > - to its normal size. > + Zooms the content corresponding the accessible the action is > + invoked on. Extra parameters: ratio of double. Values great than > + 1 zooms in the area, values lesser than zooms out it. 1 brings I'll change double to unsigned double to not deal with negative numbers --- Reply to this email directly or view it on GitHub: https://github.com/WICG/a11yapi/pull/28/files#r46432299
Received on Wednesday, 2 December 2015 15:59:38 UTC