chore: update readme
This commit is contained in:
parent
561294f72c
commit
e3fb0254c7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Web Component Base
|
# Web Component Base
|
||||||
|
|
||||||
> [!Warning]
|
> [!Note]
|
||||||
> **Breaking change in v6 — boolean props are now bare attributes.** A boolean
|
> **HTML boolean attributes semantics shipped in v6** - A boolean
|
||||||
> prop follows the HTML convention in both directions: **presence means `true`,
|
> prop follows the HTML convention in both directions: **presence means `true`,
|
||||||
> absence means `false`**. `true` reflects as a bare attribute and `false`
|
> absence means `false`**. `true` reflects as a bare attribute and `false`
|
||||||
> removes it, so `toggleAttribute()` and `[attr]` CSS selectors finally work as
|
> removes it, so `toggleAttribute()` and `[attr]` CSS selectors finally work as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue