@@ -53,6 +53,7 @@ spec:css-display-3; type:property; text:display
53
53
spec:css-sizing-3; type:property; text:max-height
54
54
spec:css-box-4; type:dfn; text:content area
55
55
spec:mediaqueries-3; type:value; text:print
56
+ spec:html; type:method; text:focus()
56
57
</pre>
57
58
<!-- FIXME: the break-* link doesn't actually work! -->
58
59
<pre class="anchors">
@@ -338,7 +339,7 @@ Scrolling Overflow</h3>
338
339
Scrolling operations can be initiated by the user
339
340
(for example, by manipulating a scrollbar, swiping a touchscreen, or using keyboard controls)
340
341
or by script
341
- (for example, by the {{scrollIntoView()}} or {{focus()}} APIs).
342
+ (<span class=non-normative> for example, by the {{scrollIntoView()}} or {{focus()}} APIs</span> ).
342
343
The initial position of the [=scrollable overflow rectangle=] within the [=scrollport=]
343
344
before any scrolling operations take effect is the <dfn>initial scroll position</dfn> .
344
345
The [=initial scroll position=]
@@ -1714,12 +1715,15 @@ Fragmentation of Overflow: the 'continue' property</h3>
1714
1715
if it is laid out above the position
1715
1716
representing the end of this <a>fragmentation container</a> .
1716
1717
1717
- <h2 class="no-num non-normative" id="priv-sec">Appendix A. Privacy and Security Considerations</h2>
1718
- ===============================================
1718
+ <h2 class="no-num non-normative" id="priv">Appendix A. Privacy Considerations</h2>
1719
1719
1720
- This specification introduces no new privacy or security concerns.
1720
+ This specification introduces no new privacy concerns.
1721
1721
1722
- <h2 class="no-num non-normative" id="changes">Appendix B. Changes</h2>
1722
+ <h2 class="no-num non-normative" id="sec">Appendix B. Security Considerations</h2>
1723
+
1724
+ This specification introduces no new security concerns.
1725
+
1726
+ <h2 class="no-num non-normative" id="changes">Appendix C. Changes</h2>
1723
1727
1724
1728
This appendix is <em> informative</em> .
1725
1729
0 commit comments