html icon indicating copy to clipboard operation
html copied to clipboard

Discourage `document.writeln()` like `document.write()`

Open caugner opened this issue 7 months ago • 2 comments

Discourage document.writeln() for the same reasons as document.write()

See: https://github.com/whatwg/html/issues/7977#issuecomment-2979225203

  • [ ] At least two implementers are interested (and none opposed):
  • [ ] Tests are written and can be reviewed and commented upon at:
  • [ ] Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): …
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): …
  • [ ] Corresponding HTML AAM & ARIA in HTML issues & PRs:
  • [ ] MDN issue is filed: …
  • [ ] The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/dynamic-markup-insertion.html ( diff )

caugner avatar Jun 17 '25 12:06 caugner

@zcorpan could you please work with @caugner on getting the Participation check resolved?

annevk avatar Jun 18 '25 06:06 annevk

@zcorpan could you please work with @caugner on getting the Participation check resolved?

@annevk This should be resolved now (thanks again @zcorpan). 🙂

caugner avatar Jun 19 '25 13:06 caugner

You need to make your membership of the organization public. Also please don't create merge commits in the future. Especially when they're not needed.

annevk avatar Jun 19 '25 14:06 annevk

You need to make your membership of the organization public.

Done, I was not aware.

Also please don't create merge commits in the future. Especially when they're not needed.

Sure, no problem. My intention here was to re-trigger the checks (which didn't work). I have rebased and squashed the two commits now.

caugner avatar Jun 19 '25 21:06 caugner

Thanks for fixing this!

annevk avatar Jun 20 '25 05:06 annevk