Closed
Bug 2033944
Opened 3 months ago
Closed 3 months ago
Some reusable components (i.e. moz-box-item, moz-card) do not support HTML "hidden" attribute
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
DUPLICATE
of bug 1964412
People
(Reporter: ayeddi, Unassigned)
References
(Blocks 1 open bug)
Details
When HTML hidden attribute is added to components like <moz-card>, <moz-box-group>, and <moz-box-item>, these elements remain visible and actionable, while it's expected that these elements should not be rendered (spec).
<moz-input-text>, for example, respects the hidden attribute.
Comment 1•3 months ago
|
||
I think this is the same issue as the one described in 1964412. We can prioritize the fix over there depending on the accessibility severity.
You need to log in
before you can comment on or make changes to this bug.
Description
•