Skip to content

Commit 6b89aa2

Browse files
committed
Add a note.
1 parent 4b77a47 commit 6b89aa2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-grid/Overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,12 @@ <h3 class="heading settled heading" data-level=8.4 id=abspos-items><span class=s
22912291
<figure>
22922292
<img height=402 src=images/abspos-grid.svg width=702>
22932293
</figure>
2294+
2295+
<p class=note> Note: Note that grids and the <a data-link-type=dfn href=#grid-placement-property title="grid-placement properties">grid-placement properties</a> are <a data-link-type=dfn title=flow-relative>flow-relative</a>,
2296+
while abspos offsets are <a data-link-type=dfn title=physical>physical</a>,
2297+
so if the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-direction title=direction>direction</a> or <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-writing-mode title=writing-mode>writing-mode</a> properties change,
2298+
the grid will transform to match,
2299+
but the offsets won’t.
22942300
</div>
22952301

22962302
<h2 class="heading settled heading" data-level=9 id=alignment><span class=secno>9 </span><span class=content>

0 commit comments

Comments
 (0)