Skip to content

Cater for "hidden" attribute #71

@pimdewit

Description

@pimdewit

Setting display: block; on elements will overwrite the hidden attribute's functionality. Currently cssremedy is putting display block on a variety of elements.

I guess the preferred way is to have img:not([hidden]) { display: block; } etc.
Or perhaps specify [hidden] { display: none } to save on filesize?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions