- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 23:37:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10510 Modified Files: Overview.html Log Message: Be more precise about what counts as scaling for image map coordinates. (whatwg r6503) Index: Overview.html =================================================================== 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:43 UTC