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 764d910 commit dd87f03Copy full SHA for dd87f03
css-layout-api/Overview.bs
@@ -316,7 +316,7 @@ The user agent <em>clear</em> the [=styleMap=] internal slot for a [=box=] when:
316
<pre class='lang-javascript'>
317
registerLayout('example', class {
318
static inputProperties = ['--foo'];
319
- static childrenInputProperties = ['--bar'];
+ static childInputProperties = ['--bar'];
320
static layoutOptions = {
321
childDisplay: 'normal',
322
sizing: 'block-like'
0 commit comments