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 6d7db8f commit 81cc62aCopy full SHA for 81cc62a
css-typed-om/Overview.bs
@@ -2498,8 +2498,8 @@ interface CSSPositionValue : CSSStyleValue {
2498
};
2499
</pre>
2500
2501
-The {{CSSPositionValue/x}} attribute expresses the offset from the left edge of the container.
2502
-{{CSSPositionValue/y}} expressions the offset from the top edge of the container.
+The {{CSSPositionValue/x}} attribute expresses the offset from the left edge of the container;
+{{CSSPositionValue/y}} expresses the offset from the top edge of the container.
2503
2504
<div algorithm>
2505
The <dfn constructor for=CSSPositionValue>CSSPositionValue(|x|, |y|)</dfn> constructor must,
0 commit comments