首页 > Web开发 > 详细

文本属性-风格 | text-emphasis-style (Text Decoration) - CSS 中文开发手册 - Break易站

时间:2020-06-30 09:19:27      阅读:64      评论:0      收藏:0      [点我收藏+]
  • ??CSS 中文开发手册

    文本属性-风格 | text-emphasis-style (Text Decoration) - CSS 中文开发手册

    该text-emphasis-style CSS属性定义强调标记所使用的类型。它也可以使用text-emphasis简写属性来设置和重置。

    /* Initial value */
    text-emphasis-style: none; /* No emphasis marks */
    
    /*  value */
    text-emphasis-style: ‘x‘;
    text-emphasis-style: ‘点‘;
    text-emphasis-style: ‘B2‘;
    text-emphasis-style: ‘*‘;
    text-emphasis-style: ‘foo‘; /* Should NOT use. It may be computed to or rendered as ‘f‘ only */
    
    /* Keywords value */
    text-emphasis-style: filled;
    text-emphasis-style: open;
    text-emphasis-style: filled sesame;
    text-emphasis-style: open sesame;
    
    /* Global values */
    text-emphasis-style: inherit;
    text-emphasis-style: initial;
    text-emphasis-style: unset;

    Initial value

    none

    Applies to

    all elements

    Inherited

    no

    Media

    visual

    Computed value

    as specified

    Animation type

    discrete

    Canonical order

    the unique non-ambiguous order defined by the formal grammar

    语法

    可能值

    转载请保留页面地址:https://www.breakyizhan.com/css/32007.html

    文本属性-风格 | text-emphasis-style (Text Decoration) - CSS 中文开发手册 - Break易站

    原文:https://www.cnblogs.com/breakyizhan/p/13211269.html

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
    © 2014 bubuko.com 版权所有
    打开技术之扣,分享程序人生!