[Bug 29378] width and height attirbute should allow floating point numbers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29378

Arron Eicholz <arronei@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |arronei@microsoft.com
         Resolution|---                         |FIXED

--- Comment #4 from Arron Eicholz <arronei@microsoft.com> ---
HTML5.1 Bugzilla Bug Triage: Fixed

The algorithm for image candidate string now covers floating-point numbers.

...
4. Zero or one of the following:

A width descriptor, consisting of: a space character, a valid non-negative
integer giving a number greater than zero representing the width descriptor
value, and a U+0077 LATIN SMALL LETTER W character.

A pixel density descriptor, consisting of: a space character, a valid
floating-point number giving a number greater than zero representing the pixel
density descriptor value, and a U+0078 LATIN SMALL LETTER X character.
...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 April 2016 16:54:18 UTC