@@ -686,7 +686,7 @@ In order (and using the [=writing mode=] of the [=containing block=]):
686
686
or the end edge of the [=default anchor box=]
687
687
if that is more [=end=] -ward.
688
688
689
- An <<position-area>> selects a region of this grid
689
+ A <<position-area>> selects a region of this grid
690
690
by specifying the rows and columns the region occupies,
691
691
with each of the two keywords specifying one of them:
692
692
@@ -2400,3 +2400,25 @@ Privacy Considerations {#priv}
2400
2400
2401
2401
No Privacy issues have been raised against this document.
2402
2402
2403
+ Changes {#changes}
2404
+ =======
2405
+
2406
+ Significant changes since the <a href="https://www.w3.org/TR/2024/WD-css-anchor-position-1-20240326/">26 March 2024 Working Draft</a> :
2407
+
2408
+ * Renamed <css> inset-area</css> to 'position-area'
2409
+ * Added ''position-anchor: auto''
2410
+ to use the [=implicit anchor element=] as the [=default anchor element=]
2411
+ * Added top-layer details to the [=acceptable anchor element=] definition
2412
+ * Removed the <css> implicit</css> keyword from the [=anchor functions=]
2413
+ (omitting an anchor name does the same thing)
2414
+ * Removed the "reduce the size of the available space" behavior from ''anchor-center'' ,
2415
+ now that Align defines how to shift to avoid overflow.
2416
+ * Added 'position-visibility' , to hide the positioned element in some cases.
2417
+ * Added a11y guidance ([[#accessibility]] )
2418
+ * Expanded the set of properties that ''anchor-size()'' is used in
2419
+ (to all the relevant [=accepted @position-try properties=] ).
2420
+ * Renamed <css> position-try-options</css> to 'position-try-fallbacks'
2421
+ * Removed the <css> inset-area()</css> function from 'position-try-fallbacks'
2422
+ (you just use a 'position-area' value directly now).
2423
+ * Defined how to [=swap due to a try tactic=] .
2424
+ * Expanded the details of how to [=determine position fallback styles=] .
0 commit comments