CSS property writing-mode allow elements to go vertical, but users cannot set the direction in which value changes. With this feature, we are allowing the form control elements meter, progress and range input type to have vertical writing mode and choose the form control's value direction. If direction is rtl, the value is rendered from bottom to top. If direction is ltr, the value is rendered from top to bottom. For Web compatibility, we plan to slowly rollout the change in 123 and enable in stable in 124.
Chrome: implemented behind flag Safari: implemented behind flag Firefox: implemented for <input type=range> in stable, issue created for meter/progress.
No, there are no other platform APIs this feature will be frequently be used in tandem with.
It should not be challenging for developers to take advantage of this feature immediately as it is simply using the CSS properties on the desired form control elements.
This is a form control feature and I don't expect security risks.
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
There are no WebView specific changes with this feature.
This feature is debuggable by trying to access the form control element's writing-mode and direction CSS values in DevTools.
Does the feature depend on any code or APIs outside the Chromium open source repository and its open-source dependencies to function?
NoShipping on desktop | 124 |
DevTrial on desktop | 123 |
Shipping on Android | 124 |
DevTrial on Android | 123 |
Shipping on WebView | 124 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
HTML spec currently under review: https://github.com/whatwg/html/pull/10096--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/fb0208e3-06e4-4d8f-8095-7b2d9e7d32f6n%40chromium.org.
LGTM2
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAM0wra8LmY8A7Z%2BKHhTxnqeaJS6mVChpRoU28qM8%3DOLxzJb80w%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/0badde60-508b-4754-9d76-b113f2d5eb96%40chromium.org.