diff --git a/css-backgrounds-3/Overview.bs b/css-backgrounds-3/Overview.bs index 49d6a823a0c..92f9494ebde 100644 --- a/css-backgrounds-3/Overview.bs +++ b/css-backgrounds-3/Overview.bs @@ -1804,7 +1804,7 @@ the 'color' property. The fact that the
@@ -88,8 +88,7 @@ Terminology
-Name: box-sizing ++Name: box-sizing Value: content-box | border-box -Initial: content-box -Applies to: all elements that accept width or height -Inherited: no -Percentages: N/A -Computed value: specified value +Initial: content-box +Applies to: all elements that accept width or height +Inherited: no +Percentages: N/A +Computed value: specified value
-Name: outline ++Name: outline Value: [ <<'outline-color'>> || <<'outline-style'>> || <<'outline-width'>> ] -Initial: see individual properties -Applies to: all elements -Inherited: no -Percentages: N/A -Computed value: see individual properties -Animation type: see individual properties +Initial: see individual properties +Applies to: all elements +Inherited: no +Percentages: N/A +Computed value: see individual properties +Animation type: see individual propertiesOutline Thickness: the 'outline-width' property
--Name: outline-width ++Name: outline-width Value: <> -Initial: medium -Applies to: all elements -Inherited: no -Percentages: N/A +Initial: medium +Applies to: all elements +Inherited: no +Percentages: N/A Computed value: absolute length; ''0'' if the outline style is ''border-style/none''. Animation type: length Outline Patterns: the 'outline-style' property
--Name: outline-style -Value: auto | <'border-style'> -Initial: none -Applies to: all elements -Inherited: no -Percentages: N/A ++Name: outline-style +Value: auto | <'border-style'> +Initial: none +Applies to: all elements +Inherited: no +Percentages: N/A Computed value: as specifiedOutline Colors: the 'outline-color' property
--Name: outline-color -Value: <> | invert -Initial: invert -Applies to: all elements -Inherited: no -Percentages: N/A + +Name: outline-color +Value: <The outline created with the outline properties is drawn "over" a box, @@ -460,15 +460,15 @@ it may well overlap other elements on the page. By default, the outline is drawn starting just outside the border edge. However, it is possible to offset the outline and draw it beyond the border edge. -> | invert +Initial: invert +Applies to: all elements +Inherited: no +Percentages: N/A Computed value: The computed value for ''outline-color/invert'' is ''outline-color/invert''; the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]); see the 'color' property for other < > values. -Animation Type: color +Animation Type: color -Name: outline-offset -Value: <> -Initial: 0 -Applies to: all elements -Inherited: no -Percentages: N/A -Computed value: < > value in absolute units (px or physical). -Animation Type: length + +Name: outline-offset +Value: <If the computed value of 'outline-offset' @@ -513,14 +513,14 @@ The 'resize' property allows the author to specify whether or not an element is resizable by the user, and if so, along which axis/axes. -> +Initial: 0 +Applies to: all elements +Inherited: no +Percentages: N/A +Computed value: < > value in absolute units (px or physical). +Animation Type: length -Name: resize -Value: none | both | horizontal | vertical -Initial: none ++Name: resize +Value: none | both | horizontal | vertical +Initial: none Applies to: elements with 'overflow' other than visible, - and optionally replaced elements such as images, videos, and iframes -Inherited: no -Percentages: N/A + and optionally replaced elements such as images, videos, and iframes +Inherited: no +Percentages: N/A Computed value: as specified@@ -918,8 +918,8 @@ While the content is being scrolled, implementations may adjust their renderingPointer interaction
Styling the Cursor: the 'cursor' property
--Name: cursor ++Name: cursor Value: [ [<This property specifies the type of cursor to be displayed for the pointing device @@ -1238,17 +1238,17 @@ boxes are generated for it and its cursor is used for the canvas.> [<x> <y>]?,]*
[ auto | default | none |
context-menu | help | pointer | progress | wait |
@@ -930,12 +930,12 @@ Value: [ [<> [<x> <y>]?,]*
col-resize | row-resize | all-scroll |
zoom-in | zoom-out
- ] ] -Initial: auto -Applies to: all elements -Inherited: yes -Percentages: N/A -Computed value: as specified, except with any relative URLs converted to absolute + ] ] +Initial: auto +Applies to: all elements +Inherited: yes +Percentages: N/A +Computed value: as specified, except with any relative URLs converted to absoluteInsertion caret
Coloring the Insertion Caret: the 'caret-color' property
--Name: caret-color -Value: auto | <> -Initial: auto + +Name: caret-color +Value: auto | <> +Initial: auto Applies to: all elements -Inherited: yes -Percentages: N/A +Inherited: yes +Percentages: N/A Computed value: The computed value for ''caret-color/auto'' is ''caret-color/auto''; the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]); see the 'color' property for other < > values. -Animation Type: color +Animation Type: color diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index 6f9e600e9d3..bcb6871ab89 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -14,14 +14,6 @@ Coding style convention in this file: * Indent the content of
and--> --spec: css2; urlPrefix: https://drafts.csswg.org/css2/ - urlPrefix: box.html - type: dfn; - text: content edge; - text: padding edge; --Title: CSS Basic User Interface Module Level 4 ED: https://drafts.csswg.org/css-ui-4/ @@ -93,10 +85,6 @@ spec:css-backgrounds-3; type:property; text:background-image spec:css-backgrounds-3; type:property; text:border-width--url: https://www.w3.org/TR/CSS21/box.html#border-edge; type: dfn; spec: CSS21; text: border edge -- .awesome-table td {padding:5px} .awesome-table {color:#000;background:#fff;margin: auto;}