@@ -22,6 +22,7 @@ At Risk: the 'text-justify' property
2222At Risk : the percentage values of 'word-spacing'
2323At Risk : the 'hanging-punctuation' property
2424At Risk : the ''pre-wrap-auto'' value of the 'white-space' property
25+ Ignored Vars : letter-spacing
2526</pre>
2627
2728 <style type="text/css">
@@ -135,7 +136,7 @@ Values</h3>
135136 this specification are defined in CSS Level 2 Revision 1 [[!CSS21]] .
136137 Other CSS modules may expand the definitions of these value types: for
137138 example [[CSS3VAL]] , when combined with this module, expands the
138- definition of the <var> <length> </var > value type as used in this specification.</p>
139+ definition of the <<length> > value type as used in this specification.</p>
139140
140141 <p> In addition to the property-specific values listed in their definitions,
141142 all properties defined in this specification also accept the
@@ -219,7 +220,7 @@ Characters and Letters</h4>
219220 <div class="example">
220221 The following are some examples of <a>typographic character unit</a> tailorings
221222 required by standard typesetting practice:
222-
223+
223224 <ul>
224225 <li>
225226 <p> In some scripts such as Myanmar or Devanagari,
@@ -1932,7 +1933,7 @@ Word Spacing: the 'word-spacing' property</h3>
19321933 <td> <dfn>word-spacing</dfn>
19331934 <tr>
19341935 <th> <a href="#values">Value</a> :
1935- <td> [ normal | <var><length></var> | <var><percentage></var>]
1936+ <td> normal | <<length>> | <<percentage>>
19361937 <tr>
19371938 <th> Initial:
19381939 <td> normal
@@ -2018,7 +2019,7 @@ Word Spacing: the 'word-spacing' property</h3>
20182019 </tr>
20192020 <tr>
20202021 <th> <a href="#values">Value</a> :
2021- <td> normal | <var> <length> </var >
2022+ <td> normal | <<length> >
20222023 </td>
20232024 </tr>
20242025 <tr>
@@ -2722,6 +2723,13 @@ Characters and Properties</h2>
27222723 but take their other properties from the first combining character in the sequence.
27232724 </ul>
27242725
2726+ <h2 id="priv-sec" class="no-num">
2727+ Privacy and Security Considerations</h2>
2728+
2729+ This specification introduces no new security considerations.
2730+
2731+ This specification leaks the user's installed hyphenation and line-breaking dictionaries.
2732+
27252733<h2 class="no-num" id="acknowledgements">
27262734Acknowledgements</h2>
27272735
@@ -2760,7 +2768,7 @@ Changes</h2>
27602768 <li> Removed ''inter-ideograph'' , ''inter-cluster'' , and ''kashida'' values of 'text-justify' .
27612769 <li> Changed ''text-justify: inter-word'' to prohibit justification between letters.
27622770 <li> Dropped minimum and maximum values in 'letter-spacing' and 'word-spacing' .
2763- <li> Removed <var> <string> </var > value of 'text-align' .
2771+ <li> Removed <<string> > value of 'text-align' .
27642772 <li> Changed the character list of 'line-break' .
27652773 <li> Changed orders of <a href="#white-space-rules">white space processing</a> ,
27662774 <a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> and
0 commit comments