09:19 | <vrafaeli> | Hi. I think there is an issue with the html form. I'm uisng const element = document.getElementById("qms-stepper-submit"); document.getElementById("qms-audit-add-edit-form").requestSubmit(); but in the form's onSubmit, the event parameter has submitter=null |
09:20 | <vrafaeli> | latest Chrome |
09:29 | <vrafaeli> | https://codesandbox.io/p/sandbox/requestsubmit-issue-852c26?file=%2Fsrc%2Findex.js%3A3%2C26 |
09:30 | <vrafaeli> | Anyone knows why does it submit the form twice, on single button click? |
10:06 | <smaug> | hmm, SVG and content attributes for event handlers |
10:06 | <smaug> | are those defined somewhere? |
10:15 | <smaug> | Aha, https://svgwg.org/svg2-draft/interact.html#RelationshipWithUIEVENTS and https://svgwg.org/svg2-draft/interact.html#TermEventAttribute |
10:18 | <smaug> | I wonder how consistently browsers support those content attributes in svg elements |
16:30 | <peperonin> | Ms2ger: I came here to ask a question and get an answer, gentleman. Not to play farce. |
16:30 | <peperonin> | Sorry if I ask something wrong. |
22:15 | <sideshowbarker> | Luke Warlow: https://dontcallmedom.github.io/webdex/ is the is tool I had been trying to remember the other day — in regard to finding which other specs reference the “XML fragment serialization algorithm” term |
22:16 | <sideshowbarker> | and “XML fragment serialization algorithm ” is not in that index — which I think confirms that no other specs normatively reference it |
22:17 | <sideshowbarker> | yeah, even the DOM Parsing reference isn’t in there — because that one is in a non-normative Note. I guess the tool’s smart enough to know the difference |