Attention needed from Emily Stark
Mason Freed voted and added 3 comments![Open in Gerrit]()
Votes added by Mason Freed
3 comments
Patchset-level comments
File third_party/blink/renderer/core/html/html_anchor_element.cc
Line 559, Patchset 5 (Latest): event.button() == 1) {Mason Freed .
unresolvedwhile a bit ugly, I think the proper thing would be
```
event.button() == static_cast<int16_t>(WebPointerProperties::Button::kMiddle);
```
File third_party/blink/web_tests/fast/events/pointerevents/synthesized-middle-click-use-counter.html
Line 6, Patchset 5 (Latest): <a id="link" href="#">Link</a>Mason Freed .
unresolvedAre you interested in other anchor links? E.g.
```
<map id="m">
<area href="" shape="default">
</map>
<img src="" usemap="#map1">
<svg xmlns="http://www.w3.org/2000/svg">
<a href=""><text>link</text></a>
</svg>
```
?
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I7643f0a38e2d43eab57c49e5a024482ac3fd1393
Gerrit-Change-Number: 7643254
Gerrit-PatchSet: 5
Gerrit-Comment-Date: Sat, 07 Mar 2026 00:51:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes