- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 19:37:48 -0400
- To: public-html-diffs@w3.org
hixie: Be more precise about what counts as scaling for image map coordinates. (whatwg r6503) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5203&r2=1.5204&f=h http://html5.org/tools/web-apps-tracker?from=6502&to=6503 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5203 retrieving revision 1.5204 diff -u -d -r1.5203 -r1.5204 --- Overview.html 17 Aug 2011 23:33:10 -0000 1.5203 +++ Overview.html 17 Aug 2011 23:37:35 -0000 1.5204 @@ -28463,9 +28463,14 @@ </dd> </dl><p>For historical reasons, the coordinates must be interpreted - relative to the <em>displayed</em> image, even if it stretched - using CSS or the image element's <code title="">width</code> and - <code title="">height</code> attributes.</p> + relative to the <em>displayed</em> image after any stretching + caused by the CSS 'width' and 'height' properties (or, for non-CSS + browsers, the image element's <code title="">width</code> and + <code title="">height</code> attributes — CSS browsers map + those attributes to the aforementioned CSS properties).</p> + + <p class="note">Browser zoom features and transforms applied using + CSS or SVG do not affect the coordinates.</p> </li>
Received on Wednesday, 17 August 2011 23:37:50 UTC