Skip to content

Commit fda83b6

Browse files
committed
[css-cascade-4] fix bikeshed errors
1 parent 2ae2276 commit fda83b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-cascade-4/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Abstract: This CSS module describes how to collate style rules and assign values
2020
Abstract:
2121
Abstract: New in this level are the ''revert'' keyword and <<supports-condition>> for the ''@import'' rule.
2222
Ignored Terms: auto, flex items, <supports-condition>
23-
Link Defaults: css21 (property) display
2423
</pre>
2524

2625
<h2 id="intro">
@@ -55,7 +54,7 @@ Module Interactions</h3>
5554
the <<media-query>> value type as used in this specification.
5655

5756
For the purpose of this specification,
58-
<a>text nodes</a> are treated as <a>element</a> children of their associated element,
57+
<a>text nodes</a> are treated as <a spec=css-display-3>element</a> children of their associated element,
5958
and possess the full set of properties;
6059
since they cannot be targetted by selectors
6160
all of their computed values are assigned by <a href="#defaulting">defaulting</a>.
@@ -1066,3 +1065,8 @@ Additions to Level 2</h3>
10661065
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
10671066

10681067
David Baron, Tantek Çelik, Simon Sapin, and Boris Zbarsky contributed to this specification.
1068+
1069+
<h2 id=priv-sec>
1070+
Privacy and Security Considerations</h2>
1071+
1072+
This specification does not introduce any new privacy or security considerations.

0 commit comments

Comments
 (0)