uBlockOrigin / uMatrix-issues

This is the community-maintained issue tracker for uMatrix
https://github.com/gorhill/uMatrix
123 stars 17 forks source link

Hyperlink-auditing-URL has changed #246

Open Jonta opened 4 years ago

Jonta commented 4 years ago

Prerequisites

Description

New link: https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing

Old link: https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing

Still used in some locales

See also: https://github.com/gorhill/uMatrix/issues/631

A specific URL where the issue occurs

https://github.com/gorhill/uMatrix/blob/master/src/_locales/de/messages.json

Steps to Reproduce

  1. Go to https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing
  2. See that it doesn't take you down to an anchor

Ruleset

N/A

Supporting evidence

https://github.com/gorhill/uMatrix/blob/master/src/_locales/de/messages.json

Your environment

N/A

uBlock-user commented 4 years ago

See that it doesn't take you down to an anchor

Can't reproduce that on Firefox.

uBlock-user commented 4 years ago

Still a direct link would be preferable instead of having redirected everytime.

Regarding non-English locales, they're hosted on Crowdin and pulled from there, so if you have an account on Crowdin, please contribute there.

gorhill commented 4 years ago

Can't reproduce that on Firefox.

I can reproduce, there is no more a hyperlink auditing topic on the page, it appears the topic moved to a new page.

uBlock-user commented 4 years ago

I get redirected to the links page and then sent down to the anchor, if that's what you mean.

gorhill commented 4 years ago

Ok I had tested with JavaScript disabled, the (client-side) redirection occurs with JavaScript enabled.

uBlock-user commented 4 years ago

Still page has changed though.

gorhill commented 4 years ago

Yes, it did.