博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
html text transform,Uppercase within HTML tag vs CSS text-transform
阅读量:6999 次
发布时间:2019-06-27

本文共 532 字,大约阅读时间需要 1 分钟。

It's not a question of which would load faster even though the upper case would "load faster" than loading the extra bytes from the css.

In my opinion, there is a question of accessibility involved in that matter.

You should write the text as it is supposed to be written for a vocal reader to read it (for blind people).

Morevover, I would personnaly write it with the text-transform as it's easy to change if you have a lot of h3 in your website and you don't want to write them all over again if you change the way your h3s look.

转载地址:http://wjevl.baihongyu.com/

你可能感兴趣的文章
Amazon Aurora是如何设计原生云关系型数据库的?
查看>>
一天熟悉Elixir,练习Koans
查看>>
在项目中引入领域驱动设计的经验
查看>>
再谈特性切换
查看>>
甘特更新企业敏捷规划工具的魔力象限
查看>>
Visual Studio交叉编译器提供对ARM的支持
查看>>
Java将每半年发布一个版本
查看>>
多重影分身:一套代码如何生成多个小程序?
查看>>
Alluxio在多级分布式缓存系统中的应用
查看>>
C#将引入可空的引用类型
查看>>
Envoy Proxy的多面性:边缘网关、服务网格和混合网桥
查看>>
JavaScript对象:我们真的需要模拟类吗?
查看>>
js对象监听实现
查看>>
【JavaScript】call与apply兄弟列传
查看>>
分离django中的媒体文件,静态文件和网页
查看>>
算法笔记(JavaScript版)——优先队列
查看>>
js谜之正则表达式
查看>>
开发工具Eclipse篇之深度设置
查看>>
JS构造函数内的方法与构造函数prototype属性上方法的对比
查看>>
Andorid Studio NDK开发-Hello World
查看>>