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 aa34d65 commit 90a10c9Copy full SHA for 90a10c9
css-layout-api/Overview.bs
@@ -888,14 +888,14 @@ is called, the user agent <em>must</em> run the following steps:
888
map</a> of the associated <a>document</a>.
889
890
<div class='note'>
891
- The shape of the class should be:
+ Note: The shape of the class should be:
892
<pre class='lang-javascript'>
893
class MyLayout {
894
- static get inputProperties() { return ['--foo'] }
895
- static get childrenInputProperties() { return ['--bar'] }
+ static get inputProperties() { return ['--foo']; }
+ static get childrenInputProperties() { return ['--bar']; }
896
897
*layout(constraintSpace, children, styleMap, breakToken) {
898
- // Etc.
+ // Layout code goes here.
899
}
900
901
</pre>
0 commit comments