Skip to content

Commit

Permalink
chore(macros): Replace no_tag_omission macro with single sentence of …
Browse files Browse the repository at this point in the history
…text (#32394)

chore(macros): Replace no_tag_omission macro with line of text
  • Loading branch information
bsmth committed Feb 22, 2024
1 parent b8282f9 commit fdd3ac5
Show file tree
Hide file tree
Showing 71 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion files/en-us/mdn/kitchensink/index.md
Expand Up @@ -148,7 +148,7 @@ _The formal syntax must be taken from the spec and added to the [MDN data reposi
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/a/index.md
Expand Up @@ -459,7 +459,7 @@ Spacing may be created using CSS properties like {{CSSxRef("margin")}}.
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/abbr/index.md
Expand Up @@ -167,7 +167,7 @@ This is especially helpful for people who are unfamiliar with the terminology or
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/address/index.md
Expand Up @@ -83,7 +83,7 @@ Although it renders text with the same default styling as the {{HTMLElement("i")
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/article/index.md
Expand Up @@ -105,7 +105,7 @@ This element only includes the [global attributes](/en-US/docs/Web/HTML/Global_a
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/aside/index.md
Expand Up @@ -75,7 +75,7 @@ This example uses `<aside>` to mark up a paragraph in an article. The paragraph
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/audio/index.md
Expand Up @@ -422,7 +422,7 @@ Also it's a good practice to provide some content (such as the direct download l
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/b/index.md
Expand Up @@ -68,7 +68,7 @@ Keywords are displayed with the default style of the
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/bdi/index.md
Expand Up @@ -142,7 +142,7 @@ body {
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/bdo/index.md
Expand Up @@ -69,7 +69,7 @@ The HTML 4 specification did not specify events for this element; they were adde
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/blockquote/index.md
Expand Up @@ -72,7 +72,7 @@ This example demonstrates the use of the `<blockquote>` element to quote a passa
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/button/index.md
Expand Up @@ -237,7 +237,7 @@ Whether clicking on a {{HTMLElement("button")}} or {{HTMLElement("input")}} butt
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/canvas/index.md
Expand Up @@ -127,7 +127,7 @@ The `<canvas>` element on its own is just a bitmap and does not provide informat
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/cite/index.md
Expand Up @@ -90,7 +90,7 @@ Typically, browsers style the contents of a `<cite>` element in italics by defau
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/code/index.md
Expand Up @@ -65,7 +65,7 @@ A CSS rule can be defined for the `code` selector to override the browser's defa
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/data/index.md
Expand Up @@ -64,7 +64,7 @@ The following example displays product names but also associates each name with
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/datalist/index.md
Expand Up @@ -146,7 +146,7 @@ When deciding to use the `<datalist>` element, here are some accessibility issue
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/del/index.md
Expand Up @@ -93,7 +93,7 @@ Some people who use screen readers deliberately disable announcing content that
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/details/index.md
Expand Up @@ -229,7 +229,7 @@ This CSS creates a look similar to a tabbed interface, where activating the tab
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/dfn/index.md
Expand Up @@ -142,7 +142,7 @@ Note the `<abbr>` element nested inside the `<dfn>`. The former establishes that
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/dialog/index.md
Expand Up @@ -534,7 +534,7 @@ The `<dialog>` element is exposed by browsers in a manner similar to custom dial
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/div/index.md
Expand Up @@ -102,7 +102,7 @@ The `<div>` element has [an implicit role of `generic`](https://www.w3.org/TR/wa
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/dl/index.md
Expand Up @@ -188,7 +188,7 @@ As of iOS 14, VoiceOver will announce that `<dl>` content is a list when navigat
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/em/index.md
Expand Up @@ -77,7 +77,7 @@ In this example, the `<em>` element is used to highlight an implicit or explicit
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/fieldset/index.md
Expand Up @@ -119,7 +119,7 @@ This example shows a disabled `<fieldset>` with two controls inside it. Note how
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/figcaption/index.md
Expand Up @@ -41,7 +41,7 @@ Please see the {{HTMLElement("figure")}} page for examples on `<figcaption>`.
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/figure/index.md
Expand Up @@ -131,7 +131,7 @@ function NavigatorExample() {
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/footer/index.md
Expand Up @@ -78,7 +78,7 @@ Prior to the release of Safari 13, the `contentinfo` [landmark role](/en-US/docs
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/form/index.md
Expand Up @@ -142,7 +142,7 @@ The following attributes control behavior during form submission.
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/header/index.md
Expand Up @@ -98,7 +98,7 @@ The `<header>` element defines a [`banner`](/en-US/docs/Web/Accessibility/ARIA/R
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/heading_elements/index.md
Expand Up @@ -189,7 +189,7 @@ In this example, screen reading technology would announce that there are two {{H
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/hgroup/index.md
Expand Up @@ -77,7 +77,7 @@ The `<hgroup>` presently has no strong accessibility semantics. The content of t
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/i/index.md
Expand Up @@ -80,7 +80,7 @@ This example demonstrates using the `<i>` element to mark text that is in anothe
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/iframe/index.md
Expand Up @@ -241,7 +241,7 @@ Without this title, they have to navigate into the `<iframe>` to determine what
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/ins/index.md
Expand Up @@ -90,7 +90,7 @@ Some people who use screen readers deliberately disable announcing content that
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/kbd/index.md
Expand Up @@ -167,7 +167,7 @@ This does some interesting nesting. For the menu option description, the entire
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/label/index.md
Expand Up @@ -172,7 +172,7 @@ An {{HTMLElement("input")}} element with a `type="button"` declaration and a val
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/legend/index.md
Expand Up @@ -44,7 +44,7 @@ See {{HTMLElement("form")}} for examples on `<legend>`.
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/map/index.md
Expand Up @@ -84,7 +84,7 @@ Click the left-hand parrot for JavaScript, or the right-hand parrot for CSS.
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/mark/index.md
Expand Up @@ -128,7 +128,7 @@ Some people who use screen readers deliberately disable announcing content that
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/menu/index.md
Expand Up @@ -106,7 +106,7 @@ button {
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{No_Tag_Omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/meter/index.md
Expand Up @@ -104,7 +104,7 @@ On Google Chrome, the resulting meter looks like this:
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/nav/index.md
Expand Up @@ -94,7 +94,7 @@ The semantics of the `nav` element is that of providing links. However a `nav` e
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/noscript/index.md
Expand Up @@ -74,7 +74,7 @@ Rocks!
</tr>
<tr>
<th scope="row">Tag omission</th>
<td>{{no_tag_omission}}</td>
<td>None, both the starting and ending tag are mandatory.</td>
</tr>
<tr>
<th scope="row">Permitted parents</th>
Expand Down

0 comments on commit fdd3ac5

Please sign in to comment.