Skip to content

Commit 492052b

Browse files
committed
[css-overflow-4] Bikshed fixes
1 parent d5a89c0 commit 492052b

File tree

1 file changed

+7
-58
lines changed

1 file changed

+7
-58
lines changed

css-overflow-4/Overview.bs

+7-58
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
193193

194194
On [=replaced elements=],
195195
the [=used values=]
196-
of all computed values other than ''visible''
196+
of all computed values other than ''overflow/visible''
197197
is ''overflow/clip''.
198198
Host languages should define [=UA style sheet=] rules
199199
that apply a default value of ''overflow/clip'' to such elements
@@ -1777,67 +1777,16 @@ showing in which case space is reserved for the <a>scrollbar gutter</a>.
17771777

17781778
</div>
17791779

1780-
<h2 id=priv-sec class=nonum>
1781-
Appendix B: Privacy and Security Considerations</h2>
1780+
<h2 id=privclass=nonum>
1781+
Appendix B: Privacy Considerations</h2>
17821782

1783-
This specification introduces no new security considerations.
1784-
1785-
The <a href="http://www.w3.org/2001/tag/">TAG</a> has developed a <a href="https://www.w3.org/TR/security-privacy-questionnaire/">self-review questionnaire</a>
1786-
to help editors and Working Groups evaluate the risks introduced by their specifications.
1787-
Answers are provided below.
1788-
1789-
<dl>
1790-
<dt>Does this specification deal with personally-identifiable information?
1791-
<dd>No.
1792-
1793-
<dt>Does this specification deal with high-value data?
1794-
<dd>No.
1795-
1796-
<dt>Does this specification introduce new state for an origin that persists across browsing sessions?
1797-
<dd>No.
1798-
1799-
<dt>Does this specification expose persistent, cross-origin state to the web?
1800-
<dd>No.
1801-
1802-
<dt>Does this specification expose any other data to an origin that it doesn’t currently have access to?
1803-
<dd>No.
1804-
1805-
<dt>Does this specification enable new script execution/loading mechanisms?
1806-
<dd>No.
1807-
1808-
<dt>Does this specification allow an origin access to a user’s location?
1809-
<dd>No.
1783+
This specification introduces no new privacy considerations.
18101784

1811-
<dt>Does this specification allow an origin access to sensors on a user’s device?
1812-
<dd>No.
1785+
<h2 id=sec class=nonum>
1786+
Appendix B: Security Considerations</h2>
18131787

1814-
<dt>Does this specification allow an origin access to aspects of a user’s local computing environment?
1815-
<dd>No.
1816-
1817-
<dt>Does this specification allow an origin access to other devices?
1818-
<dd>No.
1819-
1820-
<dt>Does this specification allow an origin some measure of control over a user agent’s native UI?
1821-
<dd>No
1822-
1823-
<dt>Does this specification expose temporary identifiers to the web?
1824-
<dd>No.
1825-
1826-
<dt>Does this specification distinguish between behavior in first-party and third-party contexts?
1827-
<dd>No.
1828-
1829-
<dt>How should this specification work in the context of a user agent’s "incognito" mode?
1830-
<dd>No difference in behavior is needed.
1831-
1832-
<dt>Does this specification persist data to a user’s local device?
1833-
<dd>No.
1834-
1835-
<dt>Does this specification have a "Security Considerations" and "Privacy Considerations" section?
1836-
<dd>Yes, this is the section you are currently reading.
1788+
This specification introduces no new security considerations.
18371789

1838-
<dt>Does this specification allow downgrading default security characteristics?
1839-
<dd>No.
1840-
</dl>
18411790

18421791
<h2 id="changes" class="no-num">
18431792
Changes</h2>

0 commit comments

Comments
 (0)