Re: [jlreq] anchors appear to have been broken in some update (#251)

thank you for pointing this. I've not noticed on this.
When we've unite two languages into one page, id(s) at divs which wrap img were converted to id(s) at figures which wrap two images (of en/ja), and renamed as e.g. fig2_3_29_2-en/fig2_3_29_2-ja to fig2_3_29.

@kidayasuo @r12a If you feel fine, I'd open PR to add ids of -en/-ja to img within figure like below. How do you think?

``` html
<figure id="figA">
  <img its-locale-filter-list="en" id="figA-en" ...>
  <img its-locale-filter-list="ja" id="figA-ja" ...>
  <span ....
```

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


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

Received on Monday, 1 February 2021 12:19:18 UTC