content icon indicating copy to clipboard operation
content copied to clipboard

style: run prettier on web/accessibility

Open nschonni opened this issue 3 years ago • 2 comments

Previous run didn't do the code fences, but this one does

nschonni avatar Sep 13 '22 17:09 nschonni

Preview URLs

Flaws

Note! 48 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques Title: Using ARIA: Roles, states, and properties Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/x-ms-aria-flowfrom

URL: /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-level Title: aria-level Flaw count: 11

  • macros:
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h6 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h2 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h3 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • and 3 more flaws omitted
  • broken_links:
    • Can't resolve /en-US/docs/Web/Accessibility/Attributes/aria-setsize
    • Can't resolve /en-US/docs/Web/Accessibility/Attributes/aria-posinset
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlistitemkey_role

URL: /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live Title: aria-live Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/ElementInternals/aria-live does not exist

URL: /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-dropeffect Title: aria-dropeffect Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/API/Document/dragstart_event

URL: /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuemin Title: aria-valuemin Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-aria-valuenow

URL: /en-US/docs/Web/Accessibility/ARIA/Attributes/aria-posinset Title: aria-posinset Flaw count: 2

  • broken_links:
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlistitemkey_role
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlistitemvalue_role

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/menuitemradio_role Title: ARIA: menuitemradio role Flaw count: 1

  • broken_links:
    • Link points to the page it's already on

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/heading_role Title: ARIA: heading role Flaw count: 12

  • macros:
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h6 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h6 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • and 7 more flaws omitted

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/structural_roles Title: ARIA: document structural roles Flaw count: 6

  • macros:
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h2 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h3 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h4 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h5 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • and 1 more flaws omitted

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/section_role Title: ARIA: section role Flaw count: 17

  • macros:
    • /en-US/docs/Web/HTML/Element/subscript does not exist
  • broken_links:
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/code_role
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/subscript_role
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlist_role
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlistitemkey_role
    • Can't resolve /en-US/docs/Web/Accessibility/ARIA/Roles/associationlistitemvalue_role
    • and 11 more flaws omitted

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/sectionhead_role Title: ARIA: sectionhead role Flaw count: 2

  • macros:
    • /en-US/docs/Web/HTML/Element/h1 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements
    • /en-US/docs/Web/HTML/Element/h6 redirects to /en-US/docs/Web/HTML/Element/Heading_Elements

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/log_role Title: ARIA: log role Flaw count: 1

  • broken_links:
    • Link points to the page it's already on

URL: /en-US/docs/Web/Accessibility/ARIA/Roles/input_role Title: ARIA: input role Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/HTML/Element/input/

(this comment was updated 2022-09-20 22:40:36.045431)

github-actions[bot] avatar Sep 13 '22 17:09 github-actions[bot]

Looks fine except the > breaking onto a new line. If we add a space between > and <, will that fix it?

See https://prettier.io/blog/2018/11/07/1.15.0.html#whitespace-sensitive-formatting

So I guess the extra space will fix it.

teoli2003 avatar Sep 14 '22 03:09 teoli2003