- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 4 Sep 2009 09:06:58 +0000 (UTC)
- To: Stephen Baker <Stephen.Baker@ermscorp.com>
- Cc: public-html-comments@w3.org
On Tue, 1 Sep 2009, Stephen Baker wrote: > > "If the max attribute is omitted, and the value is omitted, and the > results of parsing the textContent was nothing, then the progress bar is > an indeterminate progress bar. Abort these steps." > > Mixes tense, should be: > > "If the max attribute is omitted, and the value is omitted, and the > results of parsing the textContent are nothing, then the progress bar is > an indeterminate progress bar. Abort these steps." This is intentional -- the parsing occurs before the steps begin, and so that steps is referring to the results of that earlier parsing. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Friday, 4 September 2009 09:04:13 UTC