|
4 | 4 | <pre class='metadata'>
|
5 | 5 | ED: http://dev.w3.org/csswg/css-ui/
|
6 | 6 | TR: http://www.w3.org/TR/css3-ui/
|
7 |
| -Previous Version: http://www.w3.org/TR/2012/WD-css3-ui-20120117/ |
| 7 | +Previous Version: http://www.w3.org/TR/2015/WD-css3-ui-20150519/ |
8 | 8 | Shortname: css-ui
|
9 | 9 | Level: 3
|
10 | 10 | Group: csswg
|
@@ -37,8 +37,16 @@ At Risk: The 2-value syntax of the 'text-overflow' property
|
37 | 37 | At Risk: Constraints on <a href="#negative-offset">negative values</a> of the 'outline-offset' property being expressed with MUST rather than with SHOULD
|
38 | 38 | </pre>
|
39 | 39 |
|
| 40 | +<!-- Some of the following definitions have existing exported defintions from other specs, |
| 41 | +but not from specs that are OK to link to from a CR --> |
40 | 42 | <pre class="anchors">
|
41 | 43 | urlPrefix: http://www.w3.org/TR/CSS21/box.html#border-edge; type: dfn; spec: CSS21; text: border edge
|
| 44 | +urlPrefix: http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow; type: property; spec: CSS21; text: overflow |
| 45 | +urlPrefix: http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow; type: value; spec: CSS21; text: visible |
| 46 | +urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: top |
| 47 | +urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: bottom |
| 48 | +urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: left |
| 49 | +urlPrefix: http://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; spec: CSS21; text: right |
42 | 50 | </pre>
|
43 | 51 |
|
44 | 52 | <!--
|
@@ -149,7 +157,7 @@ and 'height' properties.
|
149 | 157 | As the content width and height
|
150 | 158 | <a href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property">cannot be negative</a> ([[!CSS21]], section 10.2),
|
151 | 159 | this computation is floored at 0.
|
152 |
| -Used values, as exposed for instance through {{getComputedStyle()}}, also refer to the border box. |
| 160 | +Used values, as exposed for instance through getComputedStyle(), also refer to the border box. |
153 | 161 |
|
154 | 162 | Note: This is the behavior of width and height as commonly implemented
|
155 | 163 | by legacy HTML user agents for replaced elements and input elements.
|
@@ -723,14 +731,14 @@ Ellipsing occurs after relative positioning and other graphical transformations.
|
723 | 731 | If there is insufficient space for the ellipsis,
|
724 | 732 | then clip the rendering of the ellipsis itself
|
725 | 733 | (on the same side that neutral characters on the line
|
726 |
| -would have otherwise been clipped with the ''clip'' value). |
| 734 | +would have otherwise been clipped with the ''text-overflow:clip'' value). |
727 | 735 | </ul>
|
728 | 736 |
|
729 | 737 | <h4 id="ellipsis-interaction" class="no-num no-toc">user interaction with ellipsis</h4>
|
730 | 738 | <ul>
|
731 | 739 | <li>When the user is interacting with content
|
732 | 740 | (e.g. editing, selecting, scrolling),
|
733 |
| -the user agent may treat text-overflow ''ellipsis'' or string values as ''clip''. |
| 741 | +the user agent may treat text-overflow ''ellipsis'' or string values as ''text-overflow:clip''. |
734 | 742 |
|
735 | 743 | <li>Selecting the ellipsis should select the ellipsed text.
|
736 | 744 | If all of the ellipsed text is selected,
|
@@ -842,7 +850,7 @@ to represent that clipped content.
|
842 | 850 |
|
843 | 851 | <h4 id="ellipsis-scrolling" class="no-num no-toc">ellipsis interaction with scrolling interfaces</h4>
|
844 | 852 |
|
845 |
| -This section applies to elements with text-overflow other than ''clip'' |
| 853 | +This section applies to elements with text-overflow other than ''text-overflow:clip'' |
846 | 854 | (non-clip text-overflow)
|
847 | 855 | and overflow:scroll.
|
848 | 856 |
|
@@ -1038,7 +1046,7 @@ which represents the precise position that is being pointed to.
|
1038 | 1046 |
|
1039 | 1047 | Note: This specification does not define
|
1040 | 1048 | how the coordinate systems of the various types of <<image>> are established,
|
1041 |
| -and defers these definitions to [[!CSS4-IMAGES]]. |
| 1049 | +and defers these definitions to [[CSS4-IMAGES]]. |
1042 | 1050 |
|
1043 | 1051 | If the values are unspecified,
|
1044 | 1052 | then the intrinsic hotspot defined inside the image resource itself is used.
|
@@ -1528,7 +1536,7 @@ implemented features.
|
1528 | 1536 | due to no implementation interest from UA vendors.
|
1529 | 1537 | <li>Clarified that the 'cursor' property affects the shape of the cursor
|
1530 | 1538 | when within the <a>border edge</a>
|
1531 |
| -<li>Added 'resize: both' to the default HTML stylesheet for <{textarea}> elements |
| 1539 | +<li>Added 'resize: both' to the default HTML stylesheet for textarea elements |
1532 | 1540 | </ul>
|
1533 | 1541 |
|
1534 | 1542 | <h3 class="no-num no-toc" id="changes-since-2015-04">List of substantial changes since the <a href="http://www.w3.org/TR/2015/WD-css3-ui-20150409/">2015-04-09 Working Draft</a></h3>
|
@@ -1567,7 +1575,7 @@ if implementers show interest and intent to implement.
|
1567 | 1575 | <li>'ime-mode' explicitly obsoleted.
|
1568 | 1576 | <li>'outline-offset' define negative values.
|
1569 | 1577 | <li>Dropped the icon property.
|
1570 |
| -<li>Dropped the icon value of the 'content' property. |
| 1578 | +<li>Dropped the icon value of the content property. |
1571 | 1579 | <li>XForms-only pseudo-elements dropped.
|
1572 | 1580 | </ul>
|
1573 | 1581 |
|
|
0 commit comments