You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css2/syndata.html
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -688,7 +688,12 @@ <h2>4.2 <a name="parsing-errors">Rules for handling parsing
688
688
<p>A user agent conforming to a future CSS specification may accept one or
689
689
more of the other rules as well.</p>
690
690
</li>
691
-
<li><strong>Malformed declarations.</strong> User agents must handle unexpected tokens encountered while parsing a declaration by reading until the end of the declaration, while observing the rules for matching pairs of (), [], {}, "", and '', and correctly handling escapes. For example, a malformed declaration may be missing a property, colon (:) or value. The following are all equivalent:
691
+
<li><strong>Malformed declarations.</strong> User agents must handle
692
+
unexpected tokens encountered while parsing a statement by reading
693
+
until the end of the statement, while observing the rules for matching
694
+
pairs of (), [], {}, "", and '', and correctly handling escapes. For
695
+
example, a malformed statement may be missing a property, colon (:) or
positioned boxes, the offset is with respect to the top edges of the
715
715
box itself (i.e., the box is given a position in the normal flow, then
716
716
offset from that position according to these properties).
717
-
<spanclass="note">
718
-
Note: For absolutely positioned elements whose containing block is based on a block-level element, this property is an offset from the <em>padding</em> edge of that element.
href="#containing-block">containing block</a>. For relatively
747
744
positioned boxes, the offset is with respect to the right edge of the
748
745
box itself.
749
-
<spanclass="note">
750
-
Note: For absolutely positioned elements whose containing block is based on a block-level element, this property is an offset from the <em>padding</em> edge of that element.
href="#containing-block">containing block</a>. For relatively
778
772
positioned boxes, the offset is with respect to the bottom edge of the
779
773
box itself.
780
-
<spanclass="note">
781
-
Note: For absolutely positioned elements whose containing block is based on a block-level element, this property is an offset from the <em>padding</em> edge of that element.
href="#containing-block">containing block</a>. For relatively
810
801
positioned boxes, the offset is with respect to the left edge of the
811
802
box itself.
812
-
<spanclass="note">
813
-
Note: For absolutely positioned elements whose containing block is based on a block-level element, this property is an offset from the <em>padding</em> edge of that element.
814
-
</span>
815
803
</p>
816
804
817
805
<p>The values for the four properties have the following meanings:</p>
0 commit comments