Label Quotes in the Editor Widget

Prev Next

To meet the Web Content Accessibility Guidelines (WCAG) 1.3.1 Information and Relationships requirement to make page content more accessible to people with disabilities, quotes should be labeled with the HTML attribute

Important Note:

CivicPlus works toward WCAG 2.0 AA accessibility standards and our websites are highly compliant when they go live. However, ongoing ADA compliance and maintenance is the customer's responsibility.

Who can use this feature?

System Administrator | Owner | Publisher | Author

Instructions

  1. Sign in to your website solution.

    Note: This process may look different based on your site's design.

  2. Navigate to your desired page.

  3. Click the Live Edit is OFF button to enable Live Edit: Web Central Live Edit is Off button.

    Note: If Live Edit is currently enabled, the button will read Live Edit is ON:When Live Edit is ON, Web Central pages are able to updated.

  4. Click inside the Editor Widget with the quoted content: Clicking inside a page's Editor widget allows to user to update or change any content currently added to that widget.

  5. Identify if the text is a quote or blockquote and highlight it on the non-code side: Highlighting the abbreviation on the non-code view side makes it easier to apply the Quote and Block Quote formatting.

    • Quote: Use this option when quoting a person directly

    • Block Quote: Use this option to use a quote from another source. For example, you would use a Block Quote if you were quoting something a person said that was published in the local newspaper

  6. Select the Block Quote tool (speech bubble) or the Quote tool (quotations): The Quote and Block Quote tools apply specific HTML elements to the text to make it easier for accessibility devices to understand the text is a quote.

  7. Click on the Code View tool: The Code View tool allows the user to see the content's HTML source code.

  8. Ensure that the code side has  tags for quote and tags for blockquote before and after the desired text to mark that it is a quote or blockquote: The quote HTML tags are added to both sides of the quoted text.

  9. Click the Done Editing button (Green Checkbox) to exit the editor: The Done Editing button closes the Editor Widget once any changes are made.

  10. Click the Save button: When clicked, the Save button will save all changes made and will reflect those changes on the live page.