Skip to content

Commit

Permalink
Merge pull request #40 from IK-Ngoo/fix/a11y_issues
Browse files Browse the repository at this point in the history
fix: a11y issues
  • Loading branch information
nonumpa authored Aug 23, 2024
2 parents fa0897a + c29e7a1 commit 54564c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/form/form-elements.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="fields">
<fieldset class="fieldset">
<label for="name" class="field-label">姓名</label>
<input type="text" id="name" autocomplete="full-name" class="field-input">
<input type="text" id="name" autocomplete="name" class="field-input">
</fieldset>
<fieldset class="fieldset">
<label for="city" class="field-label">居住城市</label>
Expand Down
2 changes: 1 addition & 1 deletion _includes/maturity.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<summary class="fr cursor-help">成熟度說明</summary>
<ul aria-label="成熟度說明" class="fg-subtle w-100 mv0 pv3">
{% for maturity in site.i18n.maturity %}
<li id="maturity-{{ maturity[0] }}">{{ maturity[1]["key"] }}:{{ maturity[1]["desc"] }}</li>
<li id="maturity-{{ maturity[0] }}-detail">{{ maturity[1]["key"] }}:{{ maturity[1]["desc"] }}</li>
{% endfor %}
</ul>
</details>
Expand Down
2 changes: 1 addition & 1 deletion assets/css/components/skip-to.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ skip-to .skip-to {
text-decoration: none;
padding: 1em;
line-height: 1;
font-size: 14px;
font-size: 1em;
}

skip-to .skip-to:focus {
Expand Down

0 comments on commit 54564c3

Please sign in to comment.