Bug 248260
| Summary: | Enable <textarea> in vertical writing mode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | siqinbilige, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 245355 | ||
Tim Nguyen (:ntim)
Behavior is currently identical to Firefox, aside from the resizer which acts funky in `vertical-rl` mode (not `vertical-lr`), but that's also a problem with elements with `resize:both`, see:
data:text/html,<div style="width: 200px; height: 200px; background: red; overflow: auto; resize: both; writing-mode: vertical-rl"></div>
This needs tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102620075>
Tim Nguyen (:ntim)
Tests are being added in: https://github.com/web-platform-tests/wpt/pull/37100/
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6760
EWS
Committed 256977@main (99cf25ddd405): <https://commits.webkit.org/256977@main>
Reviewed commits have been landed. Closing PR #6760 and removing active labels.
Tim Nguyen (:ntim)
*** Bug 117228 has been marked as a duplicate of this bug. ***