We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03743d1 commit f37d91fCopy full SHA for f37d91f
css-layout-api/EXPLAINER.md
@@ -221,8 +221,8 @@ fragment.blockSize;
221
fragment.alignmentBaseline;
222
223
// We can set the offset relative to the current layout.
224
-frgment.inlineOffset = 10;
225
-frgment.blockOffset = 20;
+fragment.inlineOffset = 10;
+fragment.blockOffset = 20;
226
```
227
228
In step (3) we do some additional book-keeping to keep track of the largest child fragment so far.
0 commit comments