Skip to content

Commit 750f42f

Browse files
committed
[css-cascade-6] Split privacy and security into distinct sections
1 parent b1f31d0 commit 750f42f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

css-cascade-6/Overview.bs

+9-6
Original file line numberDiff line numberDiff line change
@@ -886,17 +886,20 @@ Additions Since Level 2</h3>
886886
and Boris Zbarsky
887887
contributed to this specification.
888888

889-
<h2 class=no-num id=priv-sec>
890-
Privacy and Security Considerations</h2>
891-
892-
* The cascade process does not distinguish between same-origin and cross-origin stylesheets,
893-
enabling the content of cross-origin stylesheets to be inferred
894-
from the computed styles they apply to a document.
889+
<h2 id="privacy">
890+
Privacy Considerations</h2>
895891

896892
* User preferences and UA defaults expressed via application of style rules
897893
are exposed by the cascade process,
898894
and can be inferred from the computed styles they apply to a document.
899895

896+
<h2 id="security">
897+
Security Considerations</h2>
898+
899+
* The cascade process does not distinguish between same-origin and cross-origin stylesheets,
900+
enabling the content of cross-origin stylesheets to be inferred
901+
from the computed styles they apply to a document.
902+
900903
* The ''@import'' rule does not apply the [=CORS protocol=] to loading cross-origin stylesheets,
901904
instead allowing them to be freely imported and applied.
902905

0 commit comments

Comments
 (0)