当针对 :first-line 的规则对其进行任何更改时,属于 :first-line 的标签会丢失所有格式。不仅目标属性,而且应用于伪元素的任何其他属性也被剥离。
例如,仅使用 :first-line 更改颜色,FONT-SIZE 也会丢失,因为标签(或伪元素)落在第一行内。
<p>First line gets properly formatted, but <strong>this text</strong>
loses any other formatting applied</p>
到目前为止,Chrome 和 Safari。