Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes

This commit is contained in:
MeladJM 2025-07-08 05:46:54 +08:00 committed by roytam1
commit 5e8e1208e7
40 changed files with 144 additions and 97 deletions

View file

@ -245,7 +245,7 @@ select {
border-width: 2px;
border-style: inset;
text-indent: 0;
overflow: -moz-hidden-unscrollable;
overflow: clip;
text-shadow: none;
/* No text-decoration reaching inside, by default */
display: inline-block;
@ -326,7 +326,7 @@ select:empty {
}
*|*::-moz-display-comboboxcontrol-frame {
overflow: -moz-hidden-unscrollable;
overflow: clip;
padding-inline-start: 4px;
padding-inline-end: 0;
color: inherit;

View file

@ -678,7 +678,7 @@ img[usemap], object[usemap] {
frameset {
display: block ! important;
overflow: -moz-hidden-unscrollable;
overflow: clip;
position: static ! important;
float: none ! important;
border: none ! important;