Style: Text Sizing
Dialog Box
Text Sizing List
- This list itemizes all instances of
CSS font-size property appearing in the source associated with the page. Additionally, this list itemizes all instances of width appearing in external style sheets linked with the page.
- Initially, this list first lists instances of
font-size property from external style sheets, then instances of width property from external style sheets, and lastly inline instances of font-size property of style attribute.
- Selecting an item in the list, by clicking on the item or by using the arrow keys, highlights the area edited by the corresponding sizing in the browser, only for the items with From File of inline.
- Selecting an item with cream background, by clicking on the item or by using the arrow keys, displays suggestion statement in the Accessibility Information area.
- Columns
- Order (hidden) - The sequence in which the items appear is displayed.
- Style - The portion of
CSS that contains the sizing is displayed.
- In case of an item from an external style sheet, only the portion of
CSS that concerns the sizing is displayed in the format of [selector] {[font-size or width]: [value]}.
- In case of an item from inline style, i.e. item with From File of inline, the entire text content of the
style attribute that contains font-size propery is displayed.
- Line No - If the item comes from an external style sheet, the line number of the
font-size or width property in the style sheet is displayed. This entry is left blank for the items with From File of inline.
- From File
- In case of an item from an external style sheet, the URL of the style sheet is displayed.
- In case of an item from inline style, the text inline is displayed.
Options
- Remove Relative font-size/width
- This option is initially unchecked.
- When this option is checked, those items that do not have cream background, i.e. items referring to the font sizing using relative measurements, are removed from the list.
- When this option is unchecked, all items referring to font sizing are displayed, regardless of the unit of measurement.
Accessibility Information
- ToDo: Set font sizes using relative measurements (not px, pt, in, cm, mm).
Buttons
- View Summary - opens a new browser window and displays the contents of the dialog box in the new browser window, allowing the user to see/print the entire data set of the result of evaluation.
- Close Window - closes the dialog box.