We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4631408 commit 3a4bf47Copy full SHA for 3a4bf47
src/guide/migration/attribute-coercion.md
@@ -42,7 +42,7 @@ We can see from the table above, current implementation coerces `true` to `'true
42
43
## 3.x Syntax
44
45
-We intend to drop this internal concept of “enumerated attributes” and treat them as normal non-boolean HTML attributes.
+We intend to drop this internal concept of "enumerated attributes" and treat them as normal non-boolean HTML attributes.
46
47
- This solves the inconsistency between normal non-boolean attributes and “enumerated attributes”
48
- It also makes it possible to use values other than `'true'` and `'false'`, or even keywords yet to come, for attributes like `contenteditable`
0 commit comments