From: Quy Date: Sun, 4 Dec 2016 17:41:57 +0000 (-0800) Subject: Change it's to its. X-Git-Tag: v6.3.0-rc2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9444%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change it's to its. --- diff --git a/docs/pages/button.md b/docs/pages/button.md index 20def785d..411b9eced 100644 --- a/docs/pages/button.md +++ b/docs/pages/button.md @@ -104,7 +104,7 @@ Add a dropdown arrow to your button with the `.dropdown` class. ## Accessibility -Make sure that the text of the button is descriptive. If for some reason, your button contains no readable text (for example, just a symbol or icon), add screen reader-only text to the button to clarify it's purpose. The symbol or icon should be wrapped in an element with the attribute `aria-hidden="true"`, to prevent screen readers from trying to pronounce the symbol. +Make sure that the text of the button is descriptive. If for some reason, your button contains no readable text (for example, just a symbol or icon), add screen reader-only text to the button to clarify its purpose. The symbol or icon should be wrapped in an element with the attribute `aria-hidden="true"`, to prevent screen readers from trying to pronounce the symbol. Use the `.show-for-sr` class to define screen reader-only text. diff --git a/docs/pages/forms.md b/docs/pages/forms.md index f1b1d2d52..9c873f8fe 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -139,7 +139,7 @@ To encourage their use as an accessibility tool, the `
` element is no ## Help Text -Place help text below a field to clarify it's purpose. Whenever you use help text, give the text a unique ID, and add the attribute `aria-describedby` to the input. +Place help text below a field to clarify its purpose. Whenever you use help text, give the text a unique ID, and add the attribute `aria-describedby` to the input. ```html_example