- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 27 Jan 2001 20:03:44 +0100
- To: www-style@w3.org
Hi,
6.6.3
"[...] <tt>XML:LANG</tt> [...]"
This must be xml:lang
I suggest to use <code/> instead of <tt/>
for the semantic markup of HTML/XML code.
6.5
"[...] Of course, elements in XML 1.0 documents without a DTD do not
have IDs at all."
Unless using an internal subset.
6.6.6
I'd suggest adding a warning, that the selector may match even if you
don't want it to, like
ul:contains('chief')
matches to
<ul>
<li>... the greek letter chi</li>
<li>effective...</li>
</ul>
A note about white-space normalization would be nice, too.
7
"[...] <strong>Warning</strong> : this [...]" IMO a simple note would be
enough; there shouldn't be a white-space before the colon (not only
here)
Why the name "W3C Selectors" for CSS Level 3 Selectors?
Best regards,
--
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981028 ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote [!]e
Well, my .signature isn't the most interesting part of my articles....
Received on Saturday, 27 January 2001 14:02:51 UTC