helix-editor / website

Website for Helix
https://helix-editor.com/
26 stars 20 forks source link

[Suggestion] remove user-scalable=no property from HTML meta #17

Closed Roshanjossey closed 1 year ago

Roshanjossey commented 1 year ago

Relevant code: https://github.com/helix-editor/website/blob/main/templates/base.html#L6

Having this attribute will stop users from zooming on mobile screens. Removing this is better for accessibility.

Current lighthouse score for accessibility is low because of this

image

References: https://github.com/w3c/html/issues/602 https://stackoverflow.com/questions/22354435/to-user-scalable-no-or-not-to-user-scalable-no