Next: , Previous: , Up: Rendered pages   [Contents][Index]


3.1.8 Faces

Almost every HTML tag element in Web within Emacs rendered pages has its own face with customizable text properties. You can change these by typing ‘M-x customize-group RET wwe-faces’.

This section lists all available faces.

These faces are applied to the corresponding tag names:

wwe-abbr

Abbreviations and acronyms

wwe-address

Contact information for the page, site, article, etc

wwe-b

Bold

wwe-blockquote

Long quotations. Inherits highlight

wwe-cite

Reference to a cited creative work. Inherits font-lock-string-face, highlight

wwe-code

Computer code

wwe-del

Text that has been deleted from a document, possibly replaced by text in <ins>. Strike-though

wwe-em

Italic

wwe-h1’, ‘wwe-h2’, ‘wwe-h3’, ‘wwe-h4’, ‘wwe-h5’, ‘wwe-h6

Headers. Defaults are heights from 2.0 to 1.0 and bold

wwe-i

Italic

wwe-ins

Text that has been inserted into a document, opposite of <del>. Underlined

wwe-kbd

Represents user input. Inherits wwe-pre

wwe-pre

Block of preformatted text where whitespace is preserved

wwe-q

Short inline quotations

wwe-s

Text no longer relevant or accurate. Strike-through

wwe-samp

Sample output from a computer program or script. Inherits wwe-code

wwe-strike

Strike-through

wwe-strong

Bold

wwe-tt

Was used pre HTML 5 to designate teletype text. Inherits wwe-code

wwe-u

Underline

Form field faces:

wwe-form

Form method buttons

wwe-form-checked

Checked radio and checkbox buttons

wwe-form-disabled

Elements that are disabled

wwe-form-element

Form element buttons

wwe-form-submit

Submit buttons

wwe-form-reset

Reset buttons

Images:

wwe-image

Images

wwe-image-link

Images with a link

wwe-image-link-visited

Images with a visited link

wwe-svg

SVG inline HTML images. Inherits wwe-image

Extra text inserted by the browser uses the ‘wwe-inserted’ face. The others in this list inherit that face but can be set individually:

wwe-inserted

Inserted text

wwe-abbr-text

Full text of abbreviations

wwe-accesskey

Text for accesskey keybindings

wwe-hr

Horizontal rules

wwe-list-prefix

Prefixes inserted in front of list elements

wwe-table-separator

Text inserted between table columns

Links and link titles:

wwe-link

Link buttons

wwe-link-visited

Visited link buttons

wwe-help-echo-title

Title of link, shown in help-echo

wwe-help-echo-title-visited

Title of visited link, shown in help-echo

Sections:

wwe-section

Target section (#) markers. Inherits shadow

Title:

wwe-title

The page’s title shown on the top of the page. Inherits error


Next: , Previous: , Up: Rendered pages   [Contents][Index]