| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
color: -internal-auto-base(FieldText, unset);it looks like color is being set for input elements twice, once here and again in the new input, textarea rule added below
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
it looks like color is being set for input elements twice, once here and again in the new input, textarea rule added below
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
column-count: initial !important;
-webkit-rtl-ordering: logical;
cursor: text;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;So we still want all these properties set for base appearance? I don't know what column-count does, but maybe there's a good reason for it to be hard coded to initial...?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
column-count: initial !important;
-webkit-rtl-ordering: logical;
cursor: text;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;So we still want all these properties set for base appearance? I don't know what column-count does, but maybe there's a good reason for it to be hard coded to initial...?
Probably not all of then, but I'm not sure either way so I'm gonna leave them for now. There's no specced styles for text fields yet so we'll have more clarity once that's done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
column-count: initial !important;
-webkit-rtl-ordering: logical;
cursor: text;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;LukeSo we still want all these properties set for base appearance? I don't know what column-count does, but maybe there's a good reason for it to be hard coded to initial...?
Probably not all of then, but I'm not sure either way so I'm gonna leave them for now. There's no specced styles for text fields yet so we'll have more clarity once that's done.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/58335.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add initial base appearance UA-styles for textarea
Also update a few base appearance input styles
Future patches will adjust the pseudo-elements that apply.
These changes are gated behind the AppearanceBase flag.
See https://drafts.csswg.org/css-forms-1
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/58335
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |