Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Jul 20, 2023
1 parent ebada48 commit c8f1a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/html/content_categories/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ The flow elements are:
- {{SVGElement("svg")}}
- {{HTMLElement("table")}}
- {{HTMLElement("template")}}
- {{HTMLElement("text")}}
- {{HTMLElement("textarea")}}
- {{HTMLElement("time")}}
- {{HTMLElement("u")}}
- {{HTMLElement("ul")}}
- {{HTMLElement("var")}}
- {{HTMLElement("video")}}
- {{HTMLElement("wbr")}}
- Plain text

A few other elements belong to this category, but only if a specific condition is fulfilled:

Expand Down Expand Up @@ -226,7 +226,6 @@ Embedded content is a subset of flow content that imports another resource or in

Interactive content is a subset of flow content that includes elements that are specifically designed for user interaction, and can be used everywhere flow content is expected. Elements that belong to this category include:

- {{HTMLElement("a")}} is interactive only if {{domxref("Location/href","href")}} is present
- {{HTMLElement("button")}}
- {{HTMLElement("details")}}
- {{HTMLElement("embed")}}
Expand All @@ -236,6 +235,7 @@ Interactive content is a subset of flow content that includes elements that are

Some elements belong to this category only under specific conditions:

- {{HTMLElement("a")}}, if the [`href`](/en-US/docs/Web/HTML/Element/a#href) attribute is present
- {{HTMLElement("audio")}}, if the [`controls`](/en-US/docs/Web/HTML/Element/audio#controls) attribute is present
- {{HTMLElement("img")}}, if the [`usemap`](/en-US/docs/Web/HTML/Element/img#usemap) attribute is present
- {{HTMLElement("input")}}, if the [type](/en-US/docs/Web/HTML/Element/input#type) attribute is not in the hidden state
Expand Down

0 comments on commit c8f1a4b

Please sign in to comment.