Accessibility and semantic improvements (#2488)

This commit is contained in:
Paweł Kuna
2025-09-17 16:34:36 +02:00
committed by GitHub
parent 736e60408b
commit 596237e8cc
24 changed files with 174 additions and 110 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% assign breakpoint = include.breakpoint | default: 'lg' %}
<div{% if include.class %} class="{{ include.class }}"{% endif %}>
<form action="{{ page | relative }}/" method="get" autocomplete="off" novalidate>
<form action="{{ page | relative }}/" method="get" autocomplete="off" novalidate role="search">
{% include "ui/form/input-icon.html" prepend=true rounded=include.rounded aria-label="Search in website" %}
</form>
</div>