Reflow - File uploader #4471
-
I'm having file uploader component with both drap and drop functionality and choose files button to upload the files. When I try to reflow the webpage to 400% zoom or 320 css pixel, the drag and drop functionality is unavailable to the user. But user can upload file using choose files button. As per wcag reflow success criteria content or functionality should not be missed when reflow the webpage. Here drag and drop is another functionality which is missed when reflow of webpage. We may have different persona like users who prefers drag and drop functionality with reflow. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
no |
Beta Was this translation helpful? Give feedback.
-
Patrick is correct. What reflow requires is that the function is still
available, not that the original mechanism is required to still be present.
In the same way that a navigation menu May transform from a horizontal list
of links into what is known as hamburger menu, as long as the user can
still do the same thing, it's fine.
Of course, the method provided on smaller viewports, in other words, the
mobile or tablet break points, must still be fully accessible.
…On Sat, Jun 28, 2025, 2:07 PM Patrick H. Lauke ***@***.***> wrote:
no
—
Reply to this email directly, view it on GitHub
<#4471 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4F33HMWHWH7HIXEUIHK77T3F37ZBAVCNFSM6AAAAACALKU55KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRQGY3TGNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
no