- From: oldoldman via GitHub <noreply@w3.org>
- Date: Fri, 13 Jun 2025 02:59:51 +0000
- To: public-svg-issues@w3.org
oldoldman has just created a new issue for https://github.com/w3c/svgwg: == broken link and inconsistent global event handler in doc == Hi guys, I found the following issues with the SVG doc https://www.w3.org/TR/SVG2/ 1. the broken link https://html.spec.whatwg.org/multipage/webappapis.html#documentandelementeventhandlers, which is referenced by 1.1. `document element event attributes` section of all SVG elements (for example, https://www.w3.org/TR/SVG2/paths.html#PathElement) 1.2. `DocumentAndElementEventHandlers` of SVGElement IDL (https://www.w3.org/TR/SVG2/types.html#InterfaceSVGElement) 2. inconsistent global event handler 2.1. SVGElement IDL (https://www.w3.org/TR/SVG2/types.html#InterfaceSVGElement) included the `GlobalEventHandlers` 2.2. but the revealed `global event attributes` of all SVG elements (for example, https://www.w3.org/TR/SVG2/paths.html#PathElement) does not match (less than) the definition of `GlobalEventHandlers` Please view or discuss this issue at https://github.com/w3c/svgwg/issues/982 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 13 June 2025 02:59:52 UTC