File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ To <dfn>set the dictionary members</dfn> <var>a</var> and <var>b</var> of a {{DO
662662<ol>
663663 <li> If <var> a</var> is present and <var> b</var> is not present, set the <var> b</var> dictionary member to the value of <var> a</var> .
664664 <li> Otherwise, if <var> b</var> is present and <var> a</var> is not present, set the <var> a</var> dictionary member to the value of <var> b</var> .
665- <li> Otherwise, set <var> a</var> and <var> b</var> dictionary members to <var> fallback</var> .
665+ <li> Otherwise, if neither <var> a </var> or <var> b </var> are present, set <var> a</var> and <var> b</var> dictionary members to <var> fallback</var> .
666666</ol>
667667
668668<h3 id='dommatrix-create'>Creating DOMMatrixReadOnly and DOMMatrix objects</h3>
You can’t perform that action at this time.
0 commit comments