- From: Alex Mogilevsky <alexmog@microsoft.com>
- Date: Wed, 15 Jun 2011 23:30:21 +0000
- To: "www-style@w3.org" <www-style@w3.org>
Received on Wednesday, 15 June 2011 23:30:51 UTC
CSS2.1 spec [1] says: <css21> The keywords 'none', 'inherit' and 'initial' must not be used as counter names </css21> However 'initial' appears to be a valid counter name in all browsers except webkit. Now that we have resolved that flowname is an ident, I have a few questions: * 'initial' was not a keyword in CSS2.1. Was it a forward-looking extension? Is it still relevant? * How normative is the CSS2.1 text? Does it actually mean that the value is invalid, or is it just discouraged? * Should 'initial' also be invalid for flow names, in addition to 'none' and 'inherit'? [1] http://www.w3.org/TR/CSS21/generate.html#counters
Received on Wednesday, 15 June 2011 23:30:51 UTC