File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -886,17 +886,20 @@ Additions Since Level 2</h3>
886
886
and Boris Zbarsky
887
887
contributed to this specification.
888
888
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>
895
891
896
892
* User preferences and UA defaults expressed via application of style rules
897
893
are exposed by the cascade process,
898
894
and can be inferred from the computed styles they apply to a document.
899
895
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
+
900
903
* The ''@import'' rule does not apply the [=CORS protocol=] to loading cross-origin stylesheets,
901
904
instead allowing them to be freely imported and applied.
902
905
You can’t perform that action at this time.
0 commit comments