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

Demix click events from GlobalEventHandlers #18226

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Demix click events from GlobalEventHandlers #18226

merged 1 commit into from
Jul 12, 2022

Conversation

queengooborg
Copy link
Collaborator

This PR demixes the click event handlers from the GlobalEventHandlers mixin. Related BCD PR: mdn/browser-compat-data#16529

@queengooborg queengooborg requested review from a team as code owners July 11, 2022 13:46
@queengooborg queengooborg requested review from wbamberg and removed request for a team July 11, 2022 13:46
@github-actions github-actions bot added Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs labels Jul 11, 2022
@github-actions
Copy link
Contributor

Preview URLs

Flaws

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

URL: /en-US/docs/Web/API/Element/dblclick_event
Title: Element: dblclick event
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/MouseEvent/mozPressure does not exist

URL: /en-US/docs/Web/API/Element/auxclick_event
Title: Element: auxclick event
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/MouseEvent/mozPressure does not exist

URL: /en-US/docs/Web/API/Element/click_event
Title: Element: click event
on GitHub
Flaw count: 3

  • macros:
    • /en-US/docs/Web/API/MouseEvent/mozPressure does not exist
    • /en-US/docs/Web/API/Element/pointerdown_event redirects to /en-US/docs/Web/API/HTMLElement/pointerdown_event
    • /en-US/docs/Web/API/Element/pointerup_event redirects to /en-US/docs/Web/API/HTMLElement/pointerup_event

URL: /en-US/docs/Web/API/GlobalEventHandlers
Title: GlobalEventHandlers
on GitHub
Flaw count: 52

  • macros:
    • /en-US/docs/Web/API/GlobalEventHandlers/onabort redirects to /en-US/docs/Web/API/HTMLMediaElement/abort_event
    • /en-US/docs/Web/API/GlobalEventHandlers/oncontextmenu redirects to /en-US/docs/Web/API/Element/contextmenu_event
    • /en-US/docs/Web/API/GlobalEventHandlers/onformdata redirects to /en-US/docs/Web/API/HTMLFormElement/formdata_event
    • /en-US/docs/Web/API/GlobalEventHandlers/onpointerlockchange does not exist
    • /en-US/docs/Web/API/GlobalEventHandlers/onpointerlockerror does not exist
    • and 12 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 30 more flaws omitted

URL: /en-US/docs/Web/API/Window
Title: Window
on GitHub
Flaw count: 29

  • macros:
    • /en-US/docs/Web/API/Window/messageManager does not exist
    • /en-US/docs/Web/API/Window/performance redirects to /en-US/docs/Web/API/performance_property
    • /en-US/docs/Web/API/Window/returnValue does not exist
    • /en-US/docs/Web/API/Window/setResizable does not exist
    • /en-US/docs/Web/API/Window/home does not exist
    • and 20 more flaws omitted
  • broken_links:
    • Can't resolve /en-US/docs/The_message_manager
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!

URL: /en-US/docs/Web/API/EventTarget/addEventListener
Title: EventTarget.addEventListener()
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/EventListener redirects to /en-US/docs/Web/API/EventTarget/addEventListener

URL: /en-US/docs/Mozilla/Firefox/Releases/53
Title: Firefox 53 for developers
on GitHub
Flaw count: 8

  • macros:
    • /en-US/docs/Web/API/HTMLHyperLinkElementUtils does not exist
    • /en-US/docs/Web/API/RTCSessionDescriptionInit does not exist
    • /en-US/docs/Web/API/RTCSessionDescriptionInit does not exist
    • /en-US/docs/Web/API/HTMLIFrameElement/setInputMethodActive does not exist
  • broken_links:
    • Can't resolve /en-US/docs/Web/API/Transferable
    • Can't resolve /en-US/docs/Mozilla/Gecko/Chrome/API/Browser_API
    • Can't resolve /en-US/docs/Archive/B2G_OS/API/WiFi_Information_API
    • Can't resolve /en-US/docs/Archive/B2G_OS/API/Settings_API

External URLs

URL: /en-US/docs/Web/Progressive_web_apps/Re-engageable_Notifications_Push
Title: How to make PWAs re-engageable using Notifications and Push
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Element/dblclick_event
Title: Element: dblclick event
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Element/auxclick_event
Title: Element: auxclick event
on GitHub


URL: /en-US/docs/Web/API/Element/click_event
Title: Element: click event
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/GlobalEventHandlers
Title: GlobalEventHandlers
on GitHub

No external URLs


URL: /en-US/docs/Web/API/HTMLElement/click
Title: HTMLElement.click()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Document_Object_Model/Examples
Title: Examples of web and XML development using the DOM
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Window
Title: Window
on GitHub


URL: /en-US/docs/Web/API/EventTarget/addEventListener
Title: EventTarget.addEventListener()
on GitHub

No new external URLs


URL: /en-US/docs/Mozilla/Firefox/Releases/53
Title: Firefox 53 for developers
on GitHub

No new external URLs

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.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants