最新的Web开发教程
×

CSS 参考

CSS 参考 CSS 选择器 CSS 功能 CSS 参考听觉 CSS 网络安全字体 CSS 动画 CSS 单位 CSS PX-EM转换器 CSS 颜色 CSS 颜色 值 CSS3 浏览器支持

CSS 属性

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow box-sizing caption-side clear clip color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-size font-size-adjust font-stretch font-style font-variant font-weight hanging-punctuation height justify-content @keyframes left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width @media min-height min-width nav-down nav-index nav-left nav-right nav-up opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin position quotes resize right tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space width word-break word-spacing word-wrap z-index



 

CSS听力参考


语音样式表

语音样式表使用语音合成和声音效果的组合,以使用户收听的信息,而不是读出信息。

听觉演示可用于:

  • 失明人士
  • 帮助用户学习阅读
  • 帮谁拥有读书问题的用户
  • 家庭娱乐
  • 在车里
  • 通过印刷受损社区

听觉呈现将该文档转换为纯文本和饲料给屏幕阅读器(a program that reads all the characters on the screen)

一个听觉样式表的一个例子:

h1, h2, h3, h4 {
    voice-family: male;
    richness: 80;
    cue-before: url("beep.au")
}

上面的例子将使语音合成器播放声音,然后一个非常丰富的男性的声音说话头。


CSS听力参考

"CSS"列表示CSS版本属性定义(CSS1 or CSS2)

属性 描述 CSS
azimuth 集合,其中的声音应该来自 angle
left-side
far-left
left
center-left
center
center-right
right
far-right
right-side
behind
leftwards
rightwards
2
cue 设置在一个声明中提示的属性 cue-before
cue-after
2
cue-after 指定讲一个元素的内容后要播放的声音 none
url
2
cue-before 指定讲一个元素的内容之前播放的声音 none
url
2
elevation 集合,其中的声音应该来自 angle
below
level
above
higher
lower
2
pause 设置在一个声明中暂停性能 pause-before
pause-after
2
pause-after 讲一个元素的内容之后指定暂停 time
%
2
pause-before 讲一个元素的内容之前指定一个暂停 time
%
2
pitch 指定说话的声音 frequency
x-low
low
medium
high
x-high
2
pitch-range 指定在说话的声音变化。 (单调的声音或动画片配音?) number 2
play-during 指定要一边讲一个元素的内容播放的声音 auto
none
url
mix
repeat
2
richness 指定说话的声音的丰富性。 (丰富的语音或薄的声音吗?) number 2
speak 指定内容是否会在听觉上呈现 normal
none
spell-out
2
speak-header 指定如何处理表头。 应报头的每一个细胞之前,或只有一个细胞之前被朗读与不同标头比以前的细胞 always
once
2
speak-numeral 指定如何数字说话 digits
continuous
2
speak-punctuation 指定如何讲标点符号 none
code
2
speech-rate 指定说话的速度 number
x-slow
slow
medium
fast
x-fast
faster
slower
2
stress 指定"stress"在说话的声音 number 2
voice-family 指定语音家庭来讲 specific-voice
generic-voice
2
volume 指定说话的音量 number
%
silent
x-soft
soft
medium
loud
x-loud
2