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

Remove legacy browsers support #21721

Merged
merged 20 commits into from
Oct 26, 2022
Merged

Remove legacy browsers support #21721

merged 20 commits into from
Oct 26, 2022

Conversation

estelle
Copy link
Member

@estelle estelle commented Oct 21, 2022

Removed unnecessary mentions of IE and old versions of other browsers.

@estelle estelle requested review from a team as code owners October 21, 2022 21:26
@estelle estelle requested review from jpmedley, Josh-Cena, schalkneethling and dipikabh and removed request for a team October 21, 2022 21:26
@github-actions github-actions bot added Content:Accessibility Accessibility docs Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs labels Oct 21, 2022
@github-actions github-actions bot added Content:Learn Learning area docs Content:WebAPI Web API docs labels Oct 21, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2022

Preview URLs (20 pages)
Flaws (72)

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

URL: /en-US/docs/Web/API/Element/mousewheel_event
Title: Element: mousewheel event
Flaw count: 4

  • macros:
    • /en-US/docs/Web/API/WheelEvent/wheelDelta does not exist
    • /en-US/docs/Web/API/WheelEvent/wheelDeltaX does not exist
    • /en-US/docs/Web/API/WheelEvent/wheelDeltaY does not exist
  • broken_links:
    • Link points to the page it's already on

URL: /en-US/docs/Web/API/Document
Title: Document
Flaw count: 55

  • macros:
    • /en-US/docs/Web/API/HTMLAllCollection does not exist
    • /en-US/docs/Web/API/Document/height redirects to /en-US/docs/Web/API/Element/clientHeight
    • /en-US/docs/Web/API/Document/width redirects to /en-US/docs/Web/API/Element/clientWidth
    • /en-US/docs/Web/API/Document/xmlStandalone does not exist
    • /en-US/docs/Web/API/Document/captureEvents does not exist
    • and 39 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 6 more flaws omitted

URL: /en-US/docs/Web/HTML/Element/button
Title: <button>: The Button element
Flaw count: 1

  • macros:
    • wrong xref macro used (consider changing which macro you use)

URL: /en-US/docs/Web/CSS/@media/-ms-high-contrast
Title: -ms-high-contrast
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/-ms-high-contrast-adjust does not exist

URL: /en-US/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content
Title: Video and audio content
Flaw count: 1

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

URL: /en-US/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web
Title: Adding vector graphics to the web
Flaw count: 1

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

URL: /en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML
Title: What's in the head? Metadata in HTML
Flaw count: 3

  • macros:
    • /en-US/docs/Web/HTML/Element/h1 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
  • broken_links:
    • Link points to the page it's already on

URL: /en-US/docs/Learn/HTML/Howto/Use_data_attributes
Title: Using data attributes
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/SVGElement/dataset redirects to /en-US/docs/Web/API/HTMLElement/dataset

URL: /en-US/docs/Learn/JavaScript/First_steps/Variables
Title: Storing the information you need — Variables
Flaw count: 1

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

URL: /en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/HTML_and_CSS
Title: Handling common HTML and CSS problems
Flaw count: 1

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

URL: /en-US/docs/Learn/Performance/Multimedia
Title: Multimedia: Images
Flaw count: 3

  • broken_links:
    • Link points to the page it's already on
    • Can't resolve /en-US/docs/Learn/Performance/Fonts
    • Can't resolve /en-US/docs/Learn/Performance/Mobile
External URLs (31)

URL: /en-US/docs/Web/API/CSSStyleSheet/insertRule
Title: CSSStyleSheet.insertRule()


URL: /en-US/docs/Web/API/DataTransfer/effectAllowed
Title: DataTransfer.effectAllowed


URL: /en-US/docs/Web/HTML/Element/button
Title: <button>: The Button element


URL: /en-US/docs/Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets
Title: An overview of accessible web applications and widgets


URL: /en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
Title: ARIA live regions


URL: /en-US/docs/Web/Accessibility/ARIA/How_to_file_ARIA-related_bugs
Title: How to file ARIA-related bugs


URL: /en-US/docs/Web/CSS/@media/-ms-high-contrast
Title: -ms-high-contrast


URL: /en-US/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web
Title: Adding vector graphics to the web


URL: /en-US/docs/Learn/HTML/Howto/Use_data_attributes
Title: Using data attributes

(this comment was updated 2022-10-25 06:40:42.987295)

files/en-us/web/api/document/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/element/getattribute/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/element/getattribute/index.md Outdated Show resolved Hide resolved
files/en-us/web/html/element/button/index.md Show resolved Hide resolved
@estelle estelle requested a review from wbamberg October 22, 2022 03:00
@estelle estelle requested a review from jpmedley October 24, 2022 22:26
Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

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

Two small improvements.

files/en-us/learn/performance/multimedia/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/element/getattribute/index.md Outdated Show resolved Hide resolved
thanks!

Co-authored-by: Jean-Yves Perrier <[email protected]>
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.

👍

@estelle estelle dismissed jpmedley’s stale review October 26, 2022 04:12

has two approvals already, and request is resolved.

@estelle estelle merged commit fc294fb into mdn:main Oct 26, 2022
@estelle estelle deleted the endofie2 branch October 26, 2022 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Accessibility Accessibility docs Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:Learn Learning area docs Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants