Skip to content

Commit 85cdc79

Browse files
committed
[css2] All errata and edits from the last ftf have been incorporated, changes chapter has been made and cover page updated This should be ready for publication as last call WD...
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401886
1 parent 8e9706e commit 85cdc79

1 file changed

Lines changed: 5 additions & 33 deletions

File tree

css2/properties/properties.db

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222

2323

2424
/* border-top border-right border-bottom border-left;;
25-
[ <border-width> || <border-style> || <color> ] | inherit;;
25+
[ <border-width> || <border-style> || <'border-top-color'> ] | inherit;;
2626
see individual properties;;
2727
*;; no;; N/A ;; visual
2828
*/
2929
*/
3030
/* border;;
31-
[ <border-width> || <border-style> || <color> ] | inherit;;
31+
[ <border-width> || <border-style> || <'border-top-color'> ] | inherit;;
3232
see individual properties;;
3333
*;; no;; N/A ;; visual
3434
*/
3535

36-
/* display;; inline | block | list-item | run-in | compact | inline-block |
36+
/* display;; inline | block | list-item | run-in | inline-block |
3737
table | inline-table | table-row-group | table-header-group |
3838
table-footer-group | table-row | table-column-group | table-column |
3939
table-cell | table-caption | none | inherit;; inline;; *;; no;; N/A ;;
@@ -181,9 +181,6 @@ allowed on 'font-size' and 'line-height' ;; visual
181181
0;; block-level elements;; yes;; refer to width of containing block;; visual
182182
*/
183183

184-
/* text-shadow;; none | <shadow-effect> [ , <shadow-effect> ]* | inherit
185-
;; none;; *;; no (see prose);; N/A;; visual */
186-
187184
/* text-align;; left | right | center | justify | <string> | inherit;;
188185
depends on user agent and writing direction;;
189186
block-level elements and table cells;;
@@ -233,10 +230,6 @@ outside;;
233230
N/A;; visual
234231
*/
235232

236-
/* marker-offset;; <length> | auto | inherit;; auto;; elements
237-
with 'display: marker';; no;; N/A;; visual
238-
*/
239-
240233
/* cursor;;
241234
auto | crosshair | default | pointer | move | e-resize
242235
| ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize
@@ -320,18 +313,6 @@ leftwards | rightwards | inherit;;
320313
block-level elements;; yes;; N/A;; visual, paged
321314
*/
322315

323-
/* page;;
324-
<identifier> | auto;; auto;;
325-
block-level elements;; yes;; N/A;; visual, paged
326-
*/
327-
328-
/* size;; <length>{1,2} | auto | portrait | landscape | inherit;;
329-
auto;; the page context;;
330-
N/A;; N/A;; visual, paged
331-
*/
332-
333-
/* marks;; [ crop || cross ] | none | inherit;; none;; page context;; N/A;; N/A ;; visual, paged */
334-
335316
#For tables:
336317
/* caption-side;; top | bottom | left | right | inherit;; top;; 'table-caption' elements;; yes;; N/A ;; visual*/
337318
/* speak-header;; once | always | inherit;; once;; elements that
@@ -346,22 +327,13 @@ no;; N/A;; visual */
346327
/* empty-cells;; show | hide | inherit;; show;; 'table-cell'
347328
elements;; yes;; N/A;; visual */
348329

349-
#For widows/orphans:
350-
/* widows;; <integer> | inherit;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
351-
/* orphans;; <integer> | inherit;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
352-
353-
/* content;; [ <string> | <uri> | <counter> | attr(X) | open-quote | close-quote
330+
/* content;; [ <string> | attr(X) | open-quote | close-quote
354331
| no-open-quote | no-close-quote ]+ | inherit;; empty string;;
355-
'display : marker' elements and both :before and :after
356-
pseudo-elements;; no;; N/A;; all */
332+
:before and :after pseudo-elements;; no;; N/A;; all */
357333

358334
/* quotes;; [<string> <string>]+ | none | inherit;; depends on user agent;;
359335
*;; yes;; N/A;; visual */
360336

361-
/* counter-reset;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
362-
363-
/* counter-increment;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
364-
365337
/* outline;; [ <'outline-color'> || <'outline-style'> ||
366338
<'outline-width'> ] | inherit;;
367339
see individual properties;; *;; no;; N/A;; visual, interactive */

0 commit comments

Comments
 (0)