Re: [jlreq] update lang switch for recent (3y) respec html change (#419)

checked with latest respec, and seems working fine. (also updated date of applied Process - still trying to push into github...)

- h1 title and `第2版` parts does not switch (as well as some part of SoTD generated by respec)
  - could be done with adding `span lang=""` and `document.querySelectorAll('span:lang(ja)').forEach((elem) => { elem.style.display = 'inline'; });` at switching, but it could be quite harmful with existing mechanisms.
  - some additions like `span:lang(ja):has(.switchlang)` might work, but haven't tried..
- editors' names and remarks about worked edition are inconsistent with language switching (does not switch), but kept left as is...

-- 
GitHub Notification of comment by himorin
Please view or discuss this issue at https://github.com/w3c/jlreq/pull/419#issuecomment-2594580925 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 16 January 2025 05:41:28 UTC