@@ -1113,6 +1113,41 @@ Acknowledgements {#acknowledgements}
1113
1113
Changes {#changes}
1114
1114
==================
1115
1115
1116
+ Changes Since 14 December 2018 CR {#changes-20171214}
1117
+ ---------------------------------------------------
1118
+
1119
+ Changes since the <a href="https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20171214/">14 December 2017 Candidate Recommendation</a> include:
1120
+
1121
+ <ul>
1122
+ <li id="change-2017-align-values-backwards">
1123
+ Fixed 'scroll-snap-align' shorthand to assign
1124
+ block-axis value first, inline-axis value second,
1125
+ accordingly to logical shorthand conventions.
1126
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2232">Issue 2232</a>
1127
+ <li id="change-2017-scroll-padding-auto">
1128
+ Added ''scroll-padding/auto'' keyword to 'scroll-padding as its initial value
1129
+ to account for UA heuristics.
1130
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2728">Issue 2728</a>
1131
+ <li id="change-2017-snap-vs-api-scroll">
1132
+ Clarified in the definition of 'scroll-snap-type'
1133
+ that programmatig scrolls such as {{Window/scrollTo()}}
1134
+ are also subject to snapping.
1135
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2593">Issue 2593</a> )
1136
+ <blockquote>
1137
+ Using the 'scroll-snap-type' property on the relevant <a>scroll container</a> ,
1138
+ the author can request a particular bias
1139
+ for the scrollport to land on a <a>snap position</a>
1140
+ after scrolling operations
1141
+ <ins> (including programmatic scrolls such as the {{Window/scrollTo()}} method)</ins> .
1142
+ </blockquote>
1143
+ <li id="change-2017-clarify-mandatory-visibility">
1144
+ Adjusted wording in [[#snap-scope]] to be clearer--
1145
+ compared to <a href="https://www.w3.org/TR/2017/CR-css-scroll-snap-1-20171214/#snap-scope">old version</a> .
1146
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2526">Issue 2526</a> )
1147
+ </ul>
1148
+
1149
+ A <a href="https://drafts.csswg.org/css-scroll-snap-1/issues-cr-2017-12">Disposition of Comments</a> is available.
1150
+
1116
1151
Changes Since 24 August 2017 CR {#changes-20170824}
1117
1152
---------------------------------------------------
1118
1153
0 commit comments