Discourage `document.writeln()` like `document.write()`
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.)
@zcorpan could you please work with @caugner on getting the Participation check resolved?
@zcorpan could you please work with @caugner on getting the Participation check resolved?
@annevk This should be resolved now (thanks again @zcorpan). 🙂
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.
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.
Thanks for fixing this!