Bug 282015
| Summary: | shape(): support the edge keywords for hline and vline. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | CSS | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, noam, ntim, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/48984 | ||
Simon Fraser (smfr)
Need to support the keywords here:
<horizontal-line-command> = hline [ to [ <length-percentage> | left | center | right | x-start | x-end ] | by <length-percentage> ]
<vertical-line-command> = vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]
proposed at https://github.com/w3c/csswg-drafts/issues/10649#issuecomment-2426552611
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138518963>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/35679
EWS
Committed 285680@main (6ce173821d6f): <https://commits.webkit.org/285680@main>
Reviewed commits have been landed. Closing PR #35679 and removing active labels.
Tim Nguyen (:ntim)
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/48984