Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: flaws in web/html batch 3 #3510

Closed
wants to merge 1 commit into from

Conversation

nschonni
Copy link
Contributor

No description provided.

@nschonni nschonni requested a review from a team as a code owner March 26, 2021 02:32
@nschonni nschonni requested review from ericwbailey and removed request for a team March 26, 2021 02:32
Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @nschonni ! There are a few references to HTMLElement that I think should stay, as they will be made correct in openwebdocs/project#23.

@@ -14,7 +14,7 @@

<div class="hidden">The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples </a> and send us a pull request.</div>

<p>All such custom data are available via the {{domxref("HTMLElement")}} interface of the element the attribute is set on. The {{domxref("HTMLElement.dataset")}} property gives access to them.<br>
<p>All such custom data are available via the {{domxref("HTMLElement")}} interface of the element the attribute is set on. The {{domxref("HTMLOrForeignElement.dataset")}} property gives access to them.<br>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one and the other two in this file should stay HTMLElement. HTMLOrForeignElement is a mixin that will be demixed in openwebdocs/project#23.

@@ -20,7 +20,7 @@
<li>A <em>negative value</em> (usually <code>tabindex="-1"</code>) means that the element is not reachable via sequential keyboard navigation, but could be focused with JavaScript or visually by clicking with the mouse. It's mostly useful to create accessible widgets with JavaScript.

<div class="note">
<p>A negative value is useful when you have off-screen content that appears on a specific event. The user won't be able to focus any element with a negative <code>tabindex</code> using the keyboard, but a script can do so by calling the <code>focus()</code> <a href="/en-US/docs/Web/API/HTMLElement/focus">method</a>.</p>
<p>A negative value is useful when you have off-screen content that appears on a specific event. The user won't be able to focus any element with a negative <code>tabindex</code> using the keyboard, but a script can do so by calling the <code>focus()</code> <a href="/en-US/docs/Web/API/HTMLOrForeignElement/focus">method</a>.</p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should stay HTMLElement. HTMLOrForeignElement is a mixin that will be demixed in openwebdocs/project#23.

@@ -68,6 +68,6 @@ <h2 id="See_also">See also</h2>

<ul>
<li>All <a href="/en-US/docs/Web/HTML/Global_attributes">global attributes</a></li>
<li>{{domxref("HTMLElement.tabIndex")}} that reflects this attribute</li>
<li>{{domxref("HTMLOrForeignElement.tabIndex")}} that reflects this attribute</li>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again here: this should stay HTMLElement. HTMLOrForeignElement is a mixin that will be demixed in openwebdocs/project#23.

@nschonni nschonni force-pushed the fix--flaws-in-web/html-batch-3 branch 2 times, most recently from d87ed1d to c644a0e Compare April 5, 2021 22:04
@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2021

Preview URLs

Flaws

URL: /en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
Title: Quirks Mode and Standards Mode
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Mozilla_Quirks_Mode_Behavior

URL: /en-US/docs/Web/HTML/Global_attributes/data-*
Title: data-*
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/class
Title: class
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/id
Title: id
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey
Title: x-ms-acceleratorkey
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/CSS/-ms-accelerator

URL: /en-US/docs/Web/HTML/Global_attributes/enterkeyhint
Title: enterkeyhint
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/tabindex
Title: tabindex
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection
Title: x-ms-format-detection
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Using_the_application_cache
Title: Using the application cache
on GitHub
Flaw count: 2

  • broken_links:
    • Can't resolve /en-US/docs/nsIDOMOfflineResourceList#add.28.29
    • Can't resolve /en-US/docs/Application_cache_implementation_overview

URL: /en-US/docs/Web/HTML/Element/ruby
Title: <ruby>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/td
Title: <td>: The Table Data Cell element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/samp
Title: <samp>: The Sample Output element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tt
Title: <tt>: The Teletype Text element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tr
Title: <tr>: The Table Row element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/table
Title: <table>: The Table element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/template
Title: <template>: The Content Template element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/select
Title: <select>: The HTML Select element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/sub
Title: <sub>: The Subscript element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/strong
Title: <strong>: The Strong Importance element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/rt
Title: <rt>: The Ruby Text element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/s
Title: <s>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/rtc
Title: <rtc>: The Ruby Text Container element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/q
Title: <q>: The Inline Quotation element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/span
Title: <span>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/col
Title: <col>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/colgroup
Title: <colgroup>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/sup
Title: <sup>: The Superscript element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/small
Title: <small>: the side comment element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/ul
Title: <ul>: The Unordered List element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/source
Title: <source>: The Media or Image Source element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/textarea
Title: <textarea>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/time
Title: <time>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/var
Title: <var>: The Variable element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/u
Title: <u>: The Unarticulated Annotation (Underline) element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/script
Title: <script>: The Script element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/wbr
Title: <wbr>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/summary
Title: <summary>: The Disclosure Summary element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tfoot
Title: <tfoot>: The Table Foot element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/shadow
Title: <shadow>: The Shadow Root element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tbody
Title: <tbody>: The Table Body element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/slot
Title: <slot>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/th
Title: <th>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Viewport_meta_tag
Title: Using the viewport meta tag to control layout on mobile browsers
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Link_types
Title: Link types
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Permalink

URL: /en-US/docs/Web/HTML/Link_types/noopener
Title: Link types: noopener
on GitHub
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: html.elements.link.a.noopener

External URLs

URL: /en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
Title: Quirks Mode and Standards Mode
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/data-*
Title: data-*
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/class
Title: class
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/id
Title: id
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey
Title: x-ms-acceleratorkey
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/enterkeyhint
Title: enterkeyhint
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/tabindex
Title: tabindex
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection
Title: x-ms-format-detection
on GitHub


URL: /en-US/docs/Web/HTML/Using_the_application_cache
Title: Using the application cache
on GitHub


URL: /en-US/docs/Web/HTML/Element/ruby
Title: <ruby>
on GitHub


URL: /en-US/docs/Web/HTML/Element/td
Title: <td>: The Table Data Cell element
on GitHub


URL: /en-US/docs/Web/HTML/Element/samp
Title: <samp>: The Sample Output element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tt
Title: <tt>: The Teletype Text element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tr
Title: <tr>: The Table Row element
on GitHub


URL: /en-US/docs/Web/HTML/Element/table
Title: <table>: The Table element
on GitHub


URL: /en-US/docs/Web/HTML/Element/template
Title: <template>: The Content Template element
on GitHub


URL: /en-US/docs/Web/HTML/Element/select
Title: <select>: The HTML Select element
on GitHub


URL: /en-US/docs/Web/HTML/Element/sub
Title: <sub>: The Subscript element
on GitHub


URL: /en-US/docs/Web/HTML/Element/strong
Title: <strong>: The Strong Importance element
on GitHub


URL: /en-US/docs/Web/HTML/Element/rt
Title: <rt>: The Ruby Text element
on GitHub


URL: /en-US/docs/Web/HTML/Element/s
Title: <s>
on GitHub


URL: /en-US/docs/Web/HTML/Element/rtc
Title: <rtc>: The Ruby Text Container element
on GitHub


URL: /en-US/docs/Web/HTML/Element/q
Title: <q>: The Inline Quotation element
on GitHub


URL: /en-US/docs/Web/HTML/Element/span
Title: <span>
on GitHub


URL: /en-US/docs/Web/HTML/Element/col
Title: <col>
on GitHub


URL: /en-US/docs/Web/HTML/Element/colgroup
Title: <colgroup>
on GitHub


URL: /en-US/docs/Web/HTML/Element/sup
Title: <sup>: The Superscript element
on GitHub


URL: /en-US/docs/Web/HTML/Element/small
Title: <small>: the side comment element
on GitHub


URL: /en-US/docs/Web/HTML/Element/ul
Title: <ul>: The Unordered List element
on GitHub


URL: /en-US/docs/Web/HTML/Element/source
Title: <source>: The Media or Image Source element
on GitHub


URL: /en-US/docs/Web/HTML/Element/textarea
Title: <textarea>
on GitHub


URL: /en-US/docs/Web/HTML/Element/time
Title: <time>
on GitHub


URL: /en-US/docs/Web/HTML/Element/var
Title: <var>: The Variable element
on GitHub


URL: /en-US/docs/Web/HTML/Element/u
Title: <u>: The Unarticulated Annotation (Underline) element
on GitHub


URL: /en-US/docs/Web/HTML/Element/script
Title: <script>: The Script element
on GitHub


URL: /en-US/docs/Web/HTML/Element/wbr
Title: <wbr>
on GitHub


URL: /en-US/docs/Web/HTML/Element/summary
Title: <summary>: The Disclosure Summary element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tfoot
Title: <tfoot>: The Table Foot element
on GitHub


URL: /en-US/docs/Web/HTML/Element/shadow
Title: <shadow>: The Shadow Root element
on GitHub

No external URLs

URL: /en-US/docs/Web/HTML/Element/tbody
Title: <tbody>: The Table Body element
on GitHub


URL: /en-US/docs/Web/HTML/Element/slot
Title: <slot>
on GitHub


URL: /en-US/docs/Web/HTML/Element/th
Title: <th>
on GitHub


URL: /en-US/docs/Web/HTML/Viewport_meta_tag
Title: Using the viewport meta tag to control layout on mobile browsers
on GitHub


URL: /en-US/docs/Web/HTML/Link_types
Title: Link types
on GitHub


URL: /en-US/docs/Web/HTML/Link_types/noopener
Title: Link types: noopener
on GitHub

(this comment was updated 2021-04-25 21:02:44.908806)

@wbamberg
Copy link
Collaborator

wbamberg commented Apr 5, 2021

@nschonni , are you expecting to address the review comments I had for this PR (and some of the other flaw-fixing PRs)?

@nschonni
Copy link
Contributor Author

nschonni commented Apr 5, 2021

@wbamberg I'll be happy when the de-mixing happens, but these changes are what the flaw fixing does today, and if I undo it while we wait, they'll just continue to be flagged till movement is made on that external work

@wbamberg
Copy link
Collaborator

wbamberg commented Apr 5, 2021

The de-mixing work is ongoing at the moment, but even without that, in the cases I highlighted, the changes make the pages less good, not more. That's also the opinion of Florian in, for example, #3243 (comment). In a case like #3243 (comment), the new content doesn't really make sense any more:

Their custom data are available via the SVGElement interface of the element the attributes belong to, with the HTMLOrForeignElement.dataset property.

Even without fixing the flaw it would be better to keep the same link text.

But if comments like this are out of scope, so review isn't supposed to check that the changes improve the content, just that they fix the flaws, then it would be great to know that beforehand!

@nschonni
Copy link
Contributor Author

nschonni commented Apr 5, 2021

But if comments like this are out of scope, so review isn't supposed to check that the changes improve the content, just that they fix the flaws, then it would be great to know that beforehand!

Nope, you're fine to block the PR if you don't think the changes are an improvement. I'd suggest a Yari issue instead of the OpenWebDocs one, if you think the flaw fixing is wrong

@nschonni nschonni force-pushed the fix--flaws-in-web/html-batch-3 branch from c644a0e to 412acf6 Compare April 12, 2021 21:00
@github-actions
Copy link
Contributor

Preview URLs

Flaws

URL: /en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
Title: Quirks Mode and Standards Mode
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Mozilla_Quirks_Mode_Behavior

URL: /en-US/docs/Web/HTML/Global_attributes/data-*
Title: data-*
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/class
Title: class
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/id
Title: id
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey
Title: x-ms-acceleratorkey
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/CSS/-ms-accelerator

URL: /en-US/docs/Web/HTML/Global_attributes/enterkeyhint
Title: enterkeyhint
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/tabindex
Title: tabindex
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection
Title: x-ms-format-detection
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/ruby
Title: <ruby>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/td
Title: <td>: The Table Data Cell element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/samp
Title: <samp>: The Sample Output element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tt
Title: <tt>: The Teletype Text element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tr
Title: <tr>: The Table Row element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/table
Title: <table>: The Table element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/template
Title: <template>: The Content Template element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/select
Title: <select>: The HTML Select element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/sub
Title: <sub>: The Subscript element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/strong
Title: <strong>: The Strong Importance element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/rt
Title: <rt>: The Ruby Text element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/s
Title: <s>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/rtc
Title: <rtc>: The Ruby Text Container element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/q
Title: <q>: The Inline Quotation element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/span
Title: <span>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/col
Title: <col>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/colgroup
Title: <colgroup>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/sup
Title: <sup>: The Superscript element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/small
Title: <small>: the side comment element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/ul
Title: <ul>: The Unordered List element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/source
Title: <source>: The Media or Image Source element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/textarea
Title: <textarea>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/time
Title: <time>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/var
Title: <var>: The Variable element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/u
Title: <u>: The Unarticulated Annotation (Underline) element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/script
Title: <script>: The Script element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/wbr
Title: <wbr>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/summary
Title: <summary>: The Disclosure Summary element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tfoot
Title: <tfoot>: The Table Foot element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/shadow
Title: <shadow>: The Shadow Root element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/tbody
Title: <tbody>: The Table Body element
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/slot
Title: <slot>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Element/th
Title: <th>
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Viewport_meta_tag
Title: Using the viewport meta tag to control layout on mobile browsers
on GitHub

No flaws! 🎉


URL: /en-US/docs/Web/HTML/Link_types
Title: Link types
on GitHub
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Permalink

URL: /en-US/docs/Web/HTML/Link_types/noopener
Title: Link types: noopener
on GitHub
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: html.elements.link.a.noopener

External URLs

URL: /en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode
Title: Quirks Mode and Standards Mode
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/data-*
Title: data-*
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/class
Title: class
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/id
Title: id
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey
Title: x-ms-acceleratorkey
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/enterkeyhint
Title: enterkeyhint
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/tabindex
Title: tabindex
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection
Title: x-ms-format-detection
on GitHub


URL: /en-US/docs/Web/HTML/Element/ruby
Title: <ruby>
on GitHub


URL: /en-US/docs/Web/HTML/Element/td
Title: <td>: The Table Data Cell element
on GitHub


URL: /en-US/docs/Web/HTML/Element/samp
Title: <samp>: The Sample Output element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tt
Title: <tt>: The Teletype Text element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tr
Title: <tr>: The Table Row element
on GitHub


URL: /en-US/docs/Web/HTML/Element/table
Title: <table>: The Table element
on GitHub


URL: /en-US/docs/Web/HTML/Element/template
Title: <template>: The Content Template element
on GitHub


URL: /en-US/docs/Web/HTML/Element/select
Title: <select>: The HTML Select element
on GitHub


URL: /en-US/docs/Web/HTML/Element/sub
Title: <sub>: The Subscript element
on GitHub


URL: /en-US/docs/Web/HTML/Element/strong
Title: <strong>: The Strong Importance element
on GitHub


URL: /en-US/docs/Web/HTML/Element/rt
Title: <rt>: The Ruby Text element
on GitHub


URL: /en-US/docs/Web/HTML/Element/s
Title: <s>
on GitHub


URL: /en-US/docs/Web/HTML/Element/rtc
Title: <rtc>: The Ruby Text Container element
on GitHub


URL: /en-US/docs/Web/HTML/Element/q
Title: <q>: The Inline Quotation element
on GitHub


URL: /en-US/docs/Web/HTML/Element/span
Title: <span>
on GitHub


URL: /en-US/docs/Web/HTML/Element/col
Title: <col>
on GitHub


URL: /en-US/docs/Web/HTML/Element/colgroup
Title: <colgroup>
on GitHub


URL: /en-US/docs/Web/HTML/Element/sup
Title: <sup>: The Superscript element
on GitHub


URL: /en-US/docs/Web/HTML/Element/small
Title: <small>: the side comment element
on GitHub


URL: /en-US/docs/Web/HTML/Element/ul
Title: <ul>: The Unordered List element
on GitHub


URL: /en-US/docs/Web/HTML/Element/source
Title: <source>: The Media or Image Source element
on GitHub


URL: /en-US/docs/Web/HTML/Element/textarea
Title: <textarea>
on GitHub


URL: /en-US/docs/Web/HTML/Element/time
Title: <time>
on GitHub


URL: /en-US/docs/Web/HTML/Element/var
Title: <var>: The Variable element
on GitHub


URL: /en-US/docs/Web/HTML/Element/u
Title: <u>: The Unarticulated Annotation (Underline) element
on GitHub


URL: /en-US/docs/Web/HTML/Element/script
Title: <script>: The Script element
on GitHub


URL: /en-US/docs/Web/HTML/Element/wbr
Title: <wbr>
on GitHub


URL: /en-US/docs/Web/HTML/Element/summary
Title: <summary>: The Disclosure Summary element
on GitHub


URL: /en-US/docs/Web/HTML/Element/tfoot
Title: <tfoot>: The Table Foot element
on GitHub


URL: /en-US/docs/Web/HTML/Element/shadow
Title: <shadow>: The Shadow Root element
on GitHub

No external URLs

URL: /en-US/docs/Web/HTML/Element/tbody
Title: <tbody>: The Table Body element
on GitHub


URL: /en-US/docs/Web/HTML/Element/slot
Title: <slot>
on GitHub


URL: /en-US/docs/Web/HTML/Element/th
Title: <th>
on GitHub


URL: /en-US/docs/Web/HTML/Viewport_meta_tag
Title: Using the viewport meta tag to control layout on mobile browsers
on GitHub


URL: /en-US/docs/Web/HTML/Link_types
Title: Link types
on GitHub


URL: /en-US/docs/Web/HTML/Link_types/noopener
Title: Link types: noopener
on GitHub

@nschonni nschonni force-pushed the fix--flaws-in-web/html-batch-3 branch from 412acf6 to 55c6ea0 Compare April 25, 2021 21:00
@nschonni nschonni closed this May 13, 2021
@nschonni nschonni deleted the fix--flaws-in-web/html-batch-3 branch May 3, 2022 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants