-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering: define progress, meter, range input's value layout with vertical writing-mode to support direction #10096
Rendering: define progress, meter, range input's value layout with vertical writing-mode to support direction #10096
Conversation
…range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4
…range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403}
…range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403}
…range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403}
I'm a bit confused; this PR title mentions vertical writing mode, but the PR changes don't mention writing mode at all. They just make the existing paradigm (based on the width vs. height) change depending on 'direction'. |
…ion RTL for progress, meter, range, a=testonly Automatic update from web-platform-tests Add WPT tests for WM vertical and direction RTL for progress, meter, range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403} -- wpt-commits: 7f56feea538b986d5681532c0dcba8c9773cd6c4 wpt-pr: 44241
…ion RTL for progress, meter, range, a=testonly Automatic update from web-platform-tests Add WPT tests for WM vertical and direction RTL for progress, meter, range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403} -- wpt-commits: 7f56feea538b986d5681532c0dcba8c9773cd6c4 wpt-pr: 44241
Since in this PR I am adding details on how CSS property Reviewers, let me know what you think. That can be a separate PR too. |
…ion RTL for progress, meter, range, a=testonly Automatic update from web-platform-tests Add WPT tests for WM vertical and direction RTL for progress, meter, range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhanggchromium.org> Commit-Queue: Joey Arhar <jarharchromium.org> Reviewed-by: Joey Arhar <jarharchromium.org> Cr-Commit-Position: refs/heads/main{#1253403} -- wpt-commits: 7f56feea538b986d5681532c0dcba8c9773cd6c4 wpt-pr: 44241 UltraBlame original commit: 919e208673c7abc23ef1b53a5ec5c67d10d2726c
…ion RTL for progress, meter, range, a=testonly Automatic update from web-platform-tests Add WPT tests for WM vertical and direction RTL for progress, meter, range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhanggchromium.org> Commit-Queue: Joey Arhar <jarharchromium.org> Reviewed-by: Joey Arhar <jarharchromium.org> Cr-Commit-Position: refs/heads/main{#1253403} -- wpt-commits: 7f56feea538b986d5681532c0dcba8c9773cd6c4 wpt-pr: 44241 UltraBlame original commit: 919e208673c7abc23ef1b53a5ec5c67d10d2726c
…ion RTL for progress, meter, range, a=testonly Automatic update from web-platform-tests Add WPT tests for WM vertical and direction RTL for progress, meter, range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhanggchromium.org> Commit-Queue: Joey Arhar <jarharchromium.org> Reviewed-by: Joey Arhar <jarharchromium.org> Cr-Commit-Position: refs/heads/main{#1253403} -- wpt-commits: 7f56feea538b986d5681532c0dcba8c9773cd6c4 wpt-pr: 44241 UltraBlame original commit: 919e208673c7abc23ef1b53a5ec5c67d10d2726c
…range Per HTML spec PR, we should add more WPT tests to cover <meter> and <progress> cases. whatwg/html#10096 Change-Id: I29afd2d6ff47a4651540904231613f0f8925dbd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241236 Auto-Submit: Di Zhang <dizhangg@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1253403}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for letting this lapse for some time. Only editorial issues remaining.
This covers:
Allowing direction
ltr
andrtl
to affect how a form control with vertical writing-mode is rendered. For elements<progress>
,<meter>
,<input type=range>
with vertical writing-mode:Issue: #8413
Related Issue: #4177
<input type=range>
.(See WHATWG Working Mode: Changes for more details.)
/acknowledgements.html ( diff )
/index.html ( diff )
/infrastructure.html ( diff )
/input.html ( diff )
/rendering.html ( diff )