projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
50 stars 22 forks source link

CSS clip property is deprecated #308

Closed martindholmes closed 3 months ago

martindholmes commented 3 months ago

Just so I don't forget to fix this: we use the clip property as part of hiding sr-only fieldset legends, but it's deprecated. We could look at clip-path instead, or investigate another approach to hiding accessibility labels intended only for screen-readers from view.

martindholmes commented 3 months ago

PR #309 done.