Skip to content

Commit 70a25a9

Browse files
[HTML] Force image inputs to be clipped as well whatwg/html@7486cd7
1 parent 2acac61 commit 70a25a9

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

HTML-rendering-ja.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202

203203
●●options
204204

205-
spec_date:2026-06-04
206-
trans_update:2026-05-14
205+
spec_date:2026-06-05
206+
trans_update:2026-06-05
207207
source_checked:250719
208208
page_state_key:CSS
209209
spec_status:LS
@@ -3882,14 +3882,15 @@ <h4 title="Form controls">15.3.10. ~form~control</h4>
38823882
appearance: auto;
38833883
}
38843884

3885-
input:not([type=image i],
3886-
[type=range i],
3887-
[type=checkbox i],
3888-
[type=radio i]) {
3885+
input:not([type=range i], [type=checkbox i], [type=radio i]) {
38893886
overflow: clip !important;
38903887
overflow-clip-margin: 0 !important;
38913888
}
38923889

3890+
input[type=image i] {
3891+
overflow-clip-margin: content-box !important;
3892+
}
3893+
38933894
input,
38943895
select,
38953896
textarea {

0 commit comments

Comments
 (0)