Skip to content

Commit 4dc8fdf

Browse files
committed
Changed wording in translations file to fit form name
1 parent 529d3b1 commit 4dc8fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translations/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,9 @@
475475
"rule.info.table_aria_descendants": "Elements inside a table (<code>&lt;tr&gt;</code>, <code>&lt;th&gt;</code>, and <code>&lt;td&gt;</code>) should not have the <code>role</code> attribute.",
476476
"rule.info.table_scope_valid": "<code>th</code> elements inside a table should have a <code>scope</code> attribute with the value of <code>row</code>, <code>col</code>, <code>rowgroup</code>, or <code>colgroup</code>.",
477477

478-
"form.invalid_css.title": "Text Spacing Should Not Be Forced",
479-
"form.invalid_css.summary": "Forcing specific text spacing can cause issues for users who need to customize spacing for readability.",
480-
"form.invalid_css.learn_more": "<h3>Ensuring Readability</h3><p>Some users with low vision or reading disabilities need to adjust text spacing in order to read more easily. If CSS or the <code>style</code> attributes include the <code>!important</code> declaration, it will override user settings and make it difficult for them to read. For instance, the CSS property <code>line-height</code> can be used to adjust the spacing between lines of text. If this property is forced to a fixed value, like using <code>style=&quot;line-height: 16px !important&quot;</code>, it can prevent users from adjusting the line spacing to their needs.</p><p>Specifically, never use <code>!important</code> to override the <code>letter-spacing</code>, <code>word-spacing</code>, or <code>line-height</code> styles.</p><h3>Best Practices</h3><ul><li>Avoid using CSS properties that force a specific letter spacing, word spacing, or line height</li><li>Use relative units (like <code>em</code> or <code>rem</code>) instead of fixed units (like <code>px</code>) for text spacing</li></ul></p><h3>For More Information</h3><p>W3.org: <a href='https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html' target='_blank'>Text Spacing</a></p>",
478+
"form.inline_css.title": "Text Spacing Should Not Be Forced",
479+
"form.inline_css.summary": "Forcing specific text spacing can cause issues for users who need to customize spacing for readability.",
480+
"form.inline_css.learn_more": "<h3>Ensuring Readability</h3><p>Some users with low vision or reading disabilities need to adjust text spacing in order to read more easily. If CSS or the <code>style</code> attributes include the <code>!important</code> declaration, it will override user settings and make it difficult for them to read. For instance, the CSS property <code>line-height</code> can be used to adjust the spacing between lines of text. If this property is forced to a fixed value, like using <code>style=&quot;line-height: 16px !important&quot;</code>, it can prevent users from adjusting the line spacing to their needs.</p><p>Specifically, never use <code>!important</code> to override the <code>letter-spacing</code>, <code>word-spacing</code>, or <code>line-height</code> styles.</p><h3>Best Practices</h3><ul><li>Avoid using CSS properties that force a specific letter spacing, word spacing, or line height</li><li>Use relative units (like <code>em</code> or <code>rem</code>) instead of fixed units (like <code>px</code>) for text spacing</li></ul></p><h3>For More Information</h3><p>W3.org: <a href='https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html' target='_blank'>Text Spacing</a></p>",
481481
"rule.desc.text_spacing_valid": "",
482482

483483
"form.keyboard_tabbable.title": "Interactive Elements Must Be Keyboard Accessible",

0 commit comments

Comments
 (0)