From 8d13f68ed60029fc681dbbd083998ee74b192a07 Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Wed, 23 Oct 2024 07:38:32 +0900 Subject: [PATCH] Update files/en-us/glossary/boolean/html/index.md --- files/en-us/glossary/boolean/html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/glossary/boolean/html/index.md b/files/en-us/glossary/boolean/html/index.md index f5a3763e18de5bd..7eb48a2fe95d347 100644 --- a/files/en-us/glossary/boolean/html/index.md +++ b/files/en-us/glossary/boolean/html/index.md @@ -6,7 +6,7 @@ page-type: glossary-definition {{GlossarySidebar}} -A **boolean attribute** in {{Glossary("HTML")}} is an {{glossary("attribute")}} that represents `true` or `false` values. If an HTML tag contains a boolean attribute --- no matter the value of that attribute --- the attribute is set to `true` on that element. If an HTML tag does not contain the attribute, the attribute is set to `false`. +A **boolean attribute** in {{Glossary("HTML")}} is an {{glossary("attribute")}} that represents `true` or `false` values. If an HTML tag contains a boolean attribute — no matter the value of that attribute — the attribute is set to `true` on that element. If an HTML tag does not contain the attribute, the attribute is set to `false`. If the attribute is present, it can have one of the following forms: