• общие свойства границ, заполнения и заднего фона: background-attachment
, background-color
, background-image
, background-repeat
, background-position-horizontal
, background-position-vertical
, border-before-color
, border-before-style
, border-before-width
, border-after-color
, border-after-style
, border-after-width
, border-start-color
, border-start-style
, border-start-width
, border-end-color
, border-end-style
, border-end-width
, border-top-color
, border-top-style
, border-top-width
, border-bottom-color
, border-bottom-style
, border-bottom-width
, border-left-color
, border-left-style
, border-left-width
, border-right-color
, border-right-style
, border-right-width
, padding-before
, padding-after
, padding-start
, padding-end
, padding-top
, padding-bottom
, padding-left
, padding-right
;
• общие свойства шрифтов: font-family
, font-size
, font-stretch
, font-size-adjust
, font-style
, font-variant
, font-weight
;
• общие свойства встроенных полей: space-end
, space-start
;
• alignment-adjust
;
• baseline-identifier
;
• baseline-shift
;
• color
;
• dominant-baseline
;
• id
;
• keep-together
;
• keep-with-next
;
• keep-with-previous
;
• line-height
;
• line-height-shift-adjustment
;
• relative-position
;
• text-decoration
;
• visibility
;
• z-index
.
Например, мы уже видели, как подчеркнуть отдельное слово внутри остального текста при помощи свойства text-decoration
:
font-familу="Times">
Mass
:
[Earth = 1]
Мы еще встретим элемент , когда будем рассматривать сноски позже в этой главе.
Обработка отдельных символов:
Как можно догадаться по имени, объект позволяет работать с отдельными символами в документе. Одна из областей применения — случай, когда нужно заменить определенные символы на другие. В следующем примере я выбираю элемент с именем и заменяю его символы на символ «*»:
При помощи элемента можно форматировать отдельные символы, как в следующем случае, где символы в слове «HELLO» выделяются различными цветами:
С элементом можно применять следующие свойства:
• общие звуковые свойства: azimuth
, cue-after
, cue-before
, elevation
, pause-after
, pause-before
, pitch
, pitch-range
, play-during
, richness
, speak
, speak-header
, speak-numeral
, speak-punctuation
, speech-rate
, stress
, voice-family
, volume
;
• общие свойства границ, заполнения и заднего фона: background-attachment
, background-color
, background-image
, background-repeat
, background-position-horizontal
, background-position-vertical
, border-before-color
, border-before-style
, border-before-width
, border-after-color
, border-after-style
, border-after-width
, border-start-color
, border-start-style
, border-start-width
, border-end-color
, border-end-style
, border-end-width
, border-top-color
, border-top-style
, border-top-width
, border-bottom-color
, border-bottom-style
, border-bottom-width
, border-left-color
, border-left-style
, border-left-width
, border-right-color
, border-right-style
, border-right-width
, padding-before
, padding-after
, padding-start
, padding-end
, padding-top
, padding-bottom
, padding-left
, padding-right
;
• общие свойства шрифтов: font-family
, font-size
, font-stretch
, font-size-adjust
, font-style
, font-variant
, font-weight
;
• общие свойства переносов: country
, language
, script
, hyphenate
, hyphenation-character
, hyphenation-push-character-count
, hyphenation-remain-character-count
;
• общие свойства встроенных полей: space-end
, space-start
;
• alignment-adjust
;
• treat-as-word-space
;
• baseline-identifier
;
• baseline-shift
;
• character
;
• color
;
• dominant-baseline
;
• font-height-override-after
;
• font-height-override-before
;
• glyph-orientation-horizontal
;
• glyph-orientation-vertical
;
• id
;
• keep-with-next
;
• keep-with-previous
;
• letter-spacing
;
• line-height
;
• line-height-shift-adjustment
;
• relative-position
;
• score-spaces
;
• suppress-at-line-break
;
• text-decoration
;
• text-shadow
;
• text-transform
;
• word-spacing
.
Создание номеров страниц:
Встроенный форматирующий объект создает встроенную область, отображающую номер текущей страницы. Например:
You are now reading page .
С элементом можно применять следующие свойства:
• общие свойства доступа: source-document
, role
;
• общие звуковые свойства: azimuth
, cue-after
, cue-before
, elevation
, pause-after
, pause-before
, pitch
, pitch-range
, play-during
, richness
, speak
, speak-header
, speak-numeral
, speak-punctuation
, speech-rate
, stress
, voice-family
, volume
;
Читать дальше