Skip to content

Commit a7a77a1

Browse files
committed
[css2] Minor value order changes, changed applies to text for float and clear, renamed static -> normal for position, for content property, changed star to plus and initial value is empty string
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40610
1 parent 6e26904 commit a7a77a1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

css2/properties/properties.db

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ containing block ;; visual */
6161
*/
6262

6363
/* display;; inline | block | list-item | none | run-in | compact | table | row-group | column-group | row | column | cell | caption;; inline;; *;; no;; N/A ;; visual */
64-
/* float;; left | right | none;; none;; *;; no;; N/A ;; visual */
65-
/* clear;; none | left | right | both;; none;; *;; no;; N/A ;; visual */
64+
/* float;; left | right | none;; none;; elements that
65+
are not positioned absolutely;; no;; N/A ;; visual */
66+
/* clear;; none | left | right | both;; none;; elements
67+
that produce boxes that behave like block-level boxes;; no;; N/A ;; visual */
6668

6769
/* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A ;; visual */
68-
/* position;; static | relative | absolute | fixed;; static;; *;; no;; N/A ;; visual */
70+
/* position;; normal | relative | absolute | fixed;; normal;;
71+
elements that generated absolutely positioned and floated boxes ;; no;; N/A ;; visual */
6972
/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to height of containing block ;; visual */
7073
/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to height of containing block ;; visual */
7174
/* left;; <length> | <percentage> | auto ;; auto;; *;; no;; refer to width of containing block ;; visual */
@@ -316,4 +319,5 @@ auto;; *;; yes;; N/A;; visual
316319
/* widows;; <integer>;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
317320
/* orphans;; <integer>;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
318321

319-
/* content;; (<string> | <uri> | <counter>)*;; (empty);; :before and :after;; no;; N/A;; all */
322+
/* content;; (<string> | <uri> | <counter>)+ ;; empty string;;
323+
:before and :after;; no;; N/A;; all */

0 commit comments

Comments
 (0)