Bug 109640 - Implement overflow-anchor CSS property
Summary: Implement overflow-anchor CSS property
Status: RESOLVED DUPLICATE of bug 171099
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Sprehn
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-02-12 17:35 PST by Elliott Sprehn
Modified: 2023-12-11 19:05 PST (History)
9 users (show)

See Also:


Attachments
WIP (15.46 KB, patch)
2013-02-12 17:38 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Sprehn 2013-02-12 17:35:23 PST
Implement the proposed overflow-anchor CSS property:

overflow-anchor: [[before | after] [<length>]?] || [[start | end] [<length>]?]

This lets you make the scrollable area always be at the top or far right (but with logical directions), optionally allowing for some spacing. Using this you can make chat/log viewer like interfaces easily where the overflow region is always at the bottom.
Comment 1 Elliott Sprehn 2013-02-12 17:38:52 PST
Created attachment 187978 [details]
WIP
Comment 2 Radar WebKit Bug Importer 2021-08-24 15:38:45 PDT
<rdar://problem/82313155>
Comment 3 Jen Simmons 2022-07-25 12:31:39 PDT
31751673
Comment 4 Sam Sneddon [:gsnedders] 2022-12-14 10:32:12 PST
(In reply to Jen Simmons from comment #3)
> 31751673

rdar://31751673, that is.
Comment 5 Tim Nguyen (:ntim) 2023-12-11 19:05:07 PST

*** This bug has been marked as a duplicate of bug 171099 ***