Skip to content

Commit 612519a

Browse files
committed
[css-contain-1] Bikeshed markup change, export "scoped" for properties
1 parent 763c0f1 commit 612519a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-contain-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ Style Containment</h3>
262262
Giving an element <dfn export>style containment</dfn> has the following effects:
263263

264264
1. The 'counter-increment', 'counter-set', 'flow-from', 'flow-into', and <a property spec=css2>content</a> (for the purpose of ''content/open-quote''/etc values) properties
265-
must be <a>scoped</a> to the element's sub-tree.
265+
must be <a for=property>scoped</a> to the element's sub-tree.
266266

267-
A <dfn export local-lt="scoped">scoped property</dfn> has its effects scoped to a particular element or subtree.
267+
A <dfn export for=property lt="scoped | scoped property | scoped properties">scoped property</dfn> has its effects scoped to a particular element or subtree.
268268
It must act as if the scoping element was the root of the document
269269
for the purpose of evaluating the property's effects:
270270
any uses of the property outside the scoping element must have no effect on the uses of the property on or in the scoping element,

0 commit comments

Comments
 (0)