File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments