File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,16 @@ The following table describes the new behavior:
6060
6161| Binding expression | ` foo ` <sup >normal</sup > | ` draggable ` <sup >enumerated</sup > |
6262| ------------------- | -------------------------- | --------------------------------- |
63- | ` :attr="null" ` | / | / <sup >† </sup > |
63+ | ` :attr="null" ` | / | / <sup >* </sup > |
6464| ` :attr="undefined" ` | / | / |
6565| ` :attr="true" ` | ` foo="true" ` | ` draggable="true" ` |
66- | ` :attr="false" ` | ` foo="false" ` <sup >† </sup > | ` draggable="false" ` |
67- | ` :attr="0" ` | ` foo="0" ` | ` draggable="0" ` <sup >† </sup > |
68- | ` attr="" ` | ` foo="" ` | ` draggable="" ` <sup >† </sup > |
69- | ` attr="foo" ` | ` foo="foo" ` | ` draggable="foo" ` <sup >† </sup > |
70- | ` attr ` | ` foo="" ` | ` draggable="" ` <sup >† </sup > |
66+ | ` :attr="false" ` | ` foo="false" ` <sup >* </sup > | ` draggable="false" ` |
67+ | ` :attr="0" ` | ` foo="0" ` | ` draggable="0" ` <sup >* </sup > |
68+ | ` attr="" ` | ` foo="" ` | ` draggable="" ` <sup >* </sup > |
69+ | ` attr="foo" ` | ` foo="foo" ` | ` draggable="foo" ` <sup >* </sup > |
70+ | ` attr ` | ` foo="" ` | ` draggable="" ` <sup >* </sup > |
7171
72- <small >† : changed</small >
72+ <small >* : changed</small >
7373
7474Coercion for boolean attributes is left untouched.
7575
You can’t perform that action at this time.
0 commit comments