From e3fb0254c7234108d632c04b9fb6af456140890f Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 20 Jul 2026 20:35:10 +0200 Subject: [PATCH] chore: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e033100..5ef8ede 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Web Component Base -> [!Warning] -> **Breaking change in v6 — boolean props are now bare attributes.** A boolean +> [!Note] +> **HTML boolean attributes semantics shipped in v6** - A boolean > prop follows the HTML convention in both directions: **presence means `true`, > absence means `false`**. `true` reflects as a bare attribute and `false` > removes it, so `toggleAttribute()` and `[attr]` CSS selectors finally work as