提交 6561865d 编写于 作者: D David Storey

Minor updates to descriptions of CSS Text Decoration

上级 d71b126a
......@@ -6750,18 +6750,20 @@
<values>
<value name="above" version="3.0" browsers="all" />
<value name="auto" version="3.0" browsers="all">
<desc>The user agent may use any algorithm to determine the underline's position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over.</desc>
<desc>The user agent may use any algorithm to determine the underlines position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over.</desc>
</value>
<value name="below" version="3.0" browsers="all">
<desc>The underline is aligned with the under edge of the element's content box.</desc>
<desc>The underline is aligned with the under edge of the elements content box.</desc>
</value>
<value name="left" version="3.0" browsers="none">
<desc>In vertical typographic modes, the underline is aligned as for 'below', on the left edge of the text.</desc>
</value>
<value name="right" version="3.0" browsers="none">
<desc>In vertical typographic modes, the underline is aligned as for 'below;, except it is aligned to the right edge of the text</desc>
<desc>In vertical typographic modes, the underline is aligned as for 'below', except it is aligned to the right edge of the text.</desc>
</value>
<value name="under" version="3.0" browsers="none">
<desc>The underline is positioned under the element’s text content.</desc>
</value>
<value name="under" version="3.0" browsers="none" />
</values>
</entry>
<entry name="text-wrap" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css3-text/#word-break0" syntax="p.test { $(name): none; }">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册