Skip to content

Commit 657cfeb

Browse files
committed
[css-variables] typo, bikeshed fixes
1 parent 056c926 commit 657cfeb

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

css-variables/Overview.bs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Editor: Tab Atkins Jr., Google, http://xanthir.com/contact
1616
Abstract: This module introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for defining them.
1717
</pre>
1818

19+
<pre class=link-defaults>
20+
spec:css-syntax-3; type:dfn; text:identifier
21+
</pre>
22+
1923
<h2 id="intro">
2024
Introduction</h2>
2125

@@ -643,7 +647,7 @@ AAAAAAA AAAAAAAPPPPPPPPPP IIIIIIIIII
643647
<h2 id='apis'>
644648
APIs</h2>
645649

646-
All <a>custom property</a> <a>declarations</a> have the <var>case-insensitive</var> flag set.
650+
All <a>custom property</a> <a>declarations</a> have the <a for="CSS declaration" spec=cssom>case-sensitive flag</a> set.
647651

648652
Note: Custom properties do not appear on a CSSStyleDeclaration object in camel-cased form,
649653
because their names may have both upper and lower case letters
@@ -684,3 +688,10 @@ Acknowledgments</h2>
684688
François Remy,
685689
Roland Steiner,
686690
and Shane Stephens.
691+
692+
Privacy and Security Considerations {#priv-sec}
693+
===============================================
694+
695+
This specification defines a purely author-level mechanism for passing styling information around within a page they control.
696+
697+
As such, there are no new privacy or security considerations.

0 commit comments

Comments
 (0)