|
114 | 114 | <div class="head"> |
115 | 115 | <p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p> |
116 | 116 | <h1 class="p-name no-ref" id="title">CSS Scroll Snap Points Module Level 1</h1> |
117 | | - <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-01-12">12 January 2016</time></span></h2> |
| 117 | + <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-01-13">13 January 2016</time></span></h2> |
118 | 118 | <div data-fill-with="spec-metadata"> |
119 | 119 | <dl> |
120 | 120 | <dt>This version: |
@@ -211,6 +211,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont |
211 | 211 | </ul> |
212 | 212 | </div> |
213 | 213 | <main> |
| 214 | + <p class="issue" id="issue-752e30a5"><a class="self-link" href="#issue-752e30a5"></a> <b>This spec is currently undergoing major changes in line with the resolutions in <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html</a>. During this process it is not safe to assume that the current form will be representative of what it will look like in the future. After the work in process is completed, it will closely resemble <a href="https://drafts.csswg.org/css-scroll-snap/">this proposal</a>.</b> </p> |
214 | 215 | <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </span><span class="content">Introduction</span><a class="self-link" href="#intro"></a></h2> |
215 | 216 | <p><em>This section is not normative.</em></p> |
216 | 217 | <p>Popular UX paradigms for scrollable content frequently employ paging through content, |
@@ -506,22 +507,22 @@ <h2 class="no-num heading settled" id="acknowledgments"><span class="content">Ac |
506 | 507 | <h2 class="no-ref no-num heading settled" id="conformance"><span class="content"> Conformance</span><a class="self-link" href="#conformance"></a></h2> |
507 | 508 | <h3 class="heading settled" id="document-conventions"><span class="content"> Document conventions</span><a class="self-link" href="#document-conventions"></a></h3> |
508 | 509 | <p>Conformance requirements are expressed with a combination of |
509 | | - descriptive assertions and RFC 2119 terminology. The key words "MUST", |
510 | | - "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", |
511 | | - "RECOMMENDED", "MAY", and "OPTIONAL" in the normative parts of this |
| 510 | + descriptive assertions and RFC 2119 terminology. The key words “MUST”, |
| 511 | + “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, |
| 512 | + “RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this |
512 | 513 | document are to be interpreted as described in RFC 2119. |
513 | 514 | However, for readability, these words do not appear in all uppercase |
514 | 515 | letters in this specification. </p> |
515 | 516 | <p>All of the text of this specification is normative except sections |
516 | 517 | explicitly marked as non-normative, examples, and notes. <a data-link-type="biblio" href="#biblio-rfc2119">[RFC2119]</a> </p> |
517 | | - <p>Examples in this specification are introduced with the words "for example" |
| 518 | + <p>Examples in this specification are introduced with the words “for example” |
518 | 519 | or are set apart from the normative text with <code>class="example"</code>, |
519 | 520 | like this: </p> |
520 | 521 | <div class="example" id="example-52448c84"> |
521 | 522 | <a class="self-link" href="#example-52448c84"></a> |
522 | 523 | <p>This is an example of an informative example. </p> |
523 | 524 | </div> |
524 | | - <p>Informative notes begin with the word "Note" and are set apart from the |
| 525 | + <p>Informative notes begin with the word “Note” and are set apart from the |
525 | 526 | normative text with <code>class="note"</code>, like this: </p> |
526 | 527 | <p class="note" role="note">Note, this is an informative note. </p> |
527 | 528 | <p>Advisements are normative sections styled to evoke special attention and are |
@@ -722,6 +723,7 @@ <h2 class="no-num heading settled" id="property-index"><span class="content">Pro |
722 | 723 | </div> |
723 | 724 | <h2 class="no-num heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2> |
724 | 725 | <div style="counter-reset:issue"> |
| 726 | + <div class="issue"> <b>This spec is currently undergoing major changes in line with the resolutions in <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html</a>. During this process it is not safe to assume that the current form will be representative of what it will look like in the future. After the work in process is completed, it will closely resemble <a href="https://drafts.csswg.org/css-scroll-snap/">this proposal</a>.</b> <a href="#issue-752e30a5"> ↵ </a></div> |
725 | 727 | <div class="issue"> <a href="https://lists.w3.org/Archives/Public/www-style/2015Nov/0328.html">Open issue</a> on whether to enhance the scroll-snap-type property for specifying the axis or adding a second property. We have <a href="https://lists.w3.org/Archives/Public/www-style/2015Dec/0048.html">resolved</a> that this functionality be added once the issue is resolved. <a href="#issue-7e0cf181"> ↵ </a></div> |
726 | 728 | <div class="issue"> Should this be x/y axes, or inline/block? Starting with x/y axes for consistency with padding/area, otherwise a writing mode change would result in a axis mismatch (since padding is physical by default). <a href="#issue-f7391e31"> ↵ </a></div> |
727 | 729 | </div> |
|
0 commit comments