@@ -53,6 +53,7 @@ spec:css-display-3; type:property; text:display
5353spec:css-sizing-3; type:property; text:max-height
5454spec:css-box-4; type:dfn; text:content area
5555spec:mediaqueries-3; type:value; text:print
56+ spec:html; type:method; text:focus()
5657</pre>
5758<!-- FIXME: the break-* link doesn't actually work! -->
5859<pre class="anchors">
@@ -338,7 +339,7 @@ Scrolling Overflow</h3>
338339 Scrolling operations can be initiated by the user
339340 (for example, by manipulating a scrollbar, swiping a touchscreen, or using keyboard controls)
340341 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> ).
342343 The initial position of the [=scrollable overflow rectangle=] within the [=scrollport=]
343344 before any scrolling operations take effect is the <dfn>initial scroll position</dfn> .
344345 The [=initial scroll position=]
@@ -1714,12 +1715,15 @@ Fragmentation of Overflow: the 'continue' property</h3>
17141715 if it is laid out above the position
17151716 representing the end of this <a>fragmentation container</a> .
17161717
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>
17191719
1720- This specification introduces no new privacy or security concerns.
1720+ This specification introduces no new privacy concerns.
17211721
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>
17231727
17241728 This appendix is <em> informative</em> .
17251729
0 commit comments