Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An attribute must have a value (#36450)
* Attribute can't have no value HTML attributes by definition are name-value pairs and can't have no value. See [this article](https://8hob.io/posts/set-attribute-without-value-in-js/#an-attribute-always-has-a-value) for a quick explanation. Relevant HTML standard: https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 * Use m-dash instead of hyphen * Clarify implicit attribute value * consistent commas * Update files/en-us/glossary/boolean/html/index.md * Grammar changes * Update files/en-us/glossary/boolean/html/index.md * Consistent semicolons --------- Co-authored-by: sideshowbarker <[email protected]>
- Loading branch information