[whatwg] meter with Max Specified Twice

2007-07-12 Thread Smylers
Under the current spec these meter elements both have a value of 7: meter7/10/meter meter max=107/meter but this one has a value of zero (while still having a max of 10): meter max=107/10/meter While specifying the max value twice like this is obviously redundant, in the cases where

[whatwg] Implementation + Test Cases Available For Numbers Subsection of Common Microsyntaxes

2007-07-12 Thread Geoffrey Sneddon
Now my review of this subsection is complete, it is now worthwhile publicising my 1:1 PHP implementation of the HTML 5 algorithms, including the numbers subsection at http://geoffers.no-ip.com/svn/ php-html-5-direct/src/trunk/numbers.php. There are also test cases (that follow the spec even

[whatwg] meter with Only 1 Number

2007-07-12 Thread Smylers
meter in the current spec refers to 'the steps for finding one or two numbers of a ratio in a string', and the user-agent requirements for determining the maximum value explicitly allow for the textContent to contain just one number (and no denominator punctuation character) -- for example if the