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:
60
60
61
61
| Binding expression | ` foo ` <sup >normal</sup > | ` draggable ` <sup >enumerated</sup > |
62
62
| ------------------- | -------------------------- | --------------------------------- |
63
- | ` :attr="null" ` | / | / <sup >† </sup > |
63
+ | ` :attr="null" ` | / | / <sup >* </sup > |
64
64
| ` :attr="undefined" ` | / | / |
65
65
| ` :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 > |
71
71
72
- <small >† : changed</small >
72
+ <small >* : changed</small >
73
73
74
74
Coercion for boolean attributes is left untouched.
75
75
You can’t perform that action at this time.
0 commit comments