File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656/* display;; block | inline | list-item | none;; block;; *;; no;; N/A */
5757/* float;; left | right | none;; none;; *;; no;; N/A */
5858/* clear;; none | left | right | both;; none;; *;; no;; N/A */
59-
59+
60+ /* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A*/
6061/* position;; absolute | relative | static;; static;; *;; no;; N/A */
6162/* top;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
6263/* bottom;; <length> | <percentage> | auto ;; auto;; *;; no;; N/A */
@@ -298,7 +299,6 @@ auto;; *;; yes;; N/A
298299#For tables:
299300/* column-span;; <integer>;; 1;; cell, column, and column-group elements;; no;; N/A */
300301/* row-span;; <integer>;; 1;; cell elements;; no;; N/A */
301- /* direction;; ltr | rtl | ltr-override | rtl-override;; ltr;; all elements;; yes;; N/A*/
302302/* caption-side;; top | bottom;; top;; caption elements;; yes;; N/A */
303303/* speak-header-cell;; once | always;; once;; header cells;; yes;; N/A */
304304
You can’t perform that action at this time.
0 commit comments