Skip to content

Commit a71ec76

Browse files
committed
[css2] Float and position apply to all elements. (used to not apply to
generated content.) --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402098
1 parent 74beb3a commit a71ec76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ table-cell | table-caption | none | inherit;;
168168
/* float;;
169169
left | right | none | inherit;;
170170
none;;
171-
all but generated content, but see {visuren.html#dis-pos-flo}9.7{};;
171+
all, but see {visuren.html#dis-pos-flo}9.7{};;
172172
no;;
173173
N/A;;
174174
visual;;
@@ -205,7 +205,7 @@ table-cell | table-caption | none | inherit;;
205205
/* position;;
206206
static | relative | absolute | fixed | inherit;;
207207
static;;
208-
all elements, but not to generated content;;
208+
all elements;;
209209
no;;
210210
N/A;;
211211
visual;;

0 commit comments

Comments
 (0)