[css3-speech] some comments

- Mark properties: 'mark-before', 'mark-after', and 'mark'[1]

The description of 'attr()' should be removed. This is going to be 
addressed in the CSS3 module: Values and Units[2].


- Phonetics: 'phonemes', '@phonetic-alphabet and 'content'[3]

The first example is incorrect. In CSS you can't use character 
references. You will have to use escaped character references[4] or 
Unicode. I guess escaped character references should be used since the 
encoding of the specification is us-ascii.

The second example should probably read:

   <acronym title="World Wide Web Consortium">W3C</acronym>

... with capitalized first letters.

(Why is ACRONYM used by the way? It has been removed in future versions 
of XHTML and does only cause confusion. Furthermore, people don't agree 
on what it should stand for and how it should be used, which was 
probably the reason it was removed.)


[1]<http://www.w3.org/TR/2004/WD-css3-speech-20040727/#mark-props>
[2]<http://www.w3.org/TR/2001/WD-css3-values-20010713/#attribute>
[3]<http://www.w3.org/TR/2004/WD-css3-speech-20040727/#phonetic-props>
[4]<http://www.w3.org/TR/2004/CR-CSS21-20040225/syndata.html#q24>


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Thursday, 12 August 2004 07:01:34 UTC