Mar*_*ark 5 html css webkit google-chrome
有一个问题,通过添加空格我得到以下突出显示偏移怪异.这真的是预期的行为吗?
这似乎会影响Chrome/Safari
问题转载于此:https://jsfiddle.net/qsa99cc6/
CSS:
p:first-letter {
text-transform: uppercase;
}
Run Code Online (Sandbox Code Playgroud)
HTML:
<p>
highlight me! this won't work because there's whitespace in the <p>
</p>
<p>highlight me! This should work because there isn't</p>
Run Code Online (Sandbox Code Playgroud)