Skip to content

Commit 82fe0a6

Browse files
mfreed7chromium-wpt-export-bot
authored andcommitted
Make ::interest-button opt-in
For now, the debate continues: w3c/csswg-drafts#13980 But in the meantime, there is quite strong developer frustration with making `::interest-button` show up by default, even if it is only on mobile screens. So for now, this CL makes the `::interest-button` pseudo work like others: it only appears if the developer gives it a `content: {something}` value. Bug: 453705247 Change-Id: Ia4e3c05cc22c9f8454a0f807373ab3164d3898c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8021182 Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Commit-Queue: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1654751}
1 parent c3f7c55 commit 82fe0a6

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

html/semantics/interestfor/interestfor-pseudo-element-appearance-ref.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@
3030
<div class="example defaultcontent">
3131
<button class=invoker>
3232
<span>Button</span>
33-
<span class=fake-interest-button>&#x24D8;</span>
3433
</button>
3534
</div>
3635
<div class="example defaultcontent">
3736
<a href="#" class=invoker><span>Link</span>
38-
<span class=fake-interest-button>&#x24D8;</span>
3937
</a>
4038
</div>
4139

html/semantics/interestfor/interestfor-pseudo-element-pointer.tentative.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)