-
Notifications
You must be signed in to change notification settings - Fork 266
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
Tweak 1.4.10 Reflow understanding intent (cut off / zooming) #1819
Conversation
Takes #326 (comment) as a starting point, but further clarifies the difference here between *overflowing* content (that is still reachable, but requires scrolling) and cut-off/hidden (is unreachable, basically `overflow:hidden` in CSS terms, or where scrolling has somehow been suppressed altogether) Closes #326
29096d9
to
6cc6f95
Compare
Any news on this @alastc ? |
@patrickhlauke given we've had several sessions about Reflow -- and I think @alastc is planning to bring it to discussion this week, I'm moving this back to In Progress. To me, it needs some tweaks in language. |
Let's delay on this one until the updates come through, @scottaohara can comment on whether/how to use it. |
Closing, as @scottaohara 's PR #4055 will take care of things more fundamentally |
Takes #326 (comment) as a starting point, but further clarifies the difference here between overflowing content (that is still reachable, but requires scrolling) and cut-off/hidden (is unreachable, basically
overflow:hidden
in CSS terms, or where scrolling has somehow been suppressed altogether)In addition, this PR reformats the HTML indentation and uses a proper
<dl>
for the examplesCloses #326