wpt / css / css-text / text-autospace / text-autospace-elements-005b.html

Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-text/text-autospace/text-autospace-elements-005b.html

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#text-autospace-property">
<link rel="match" href="text-autospace-elements-005-ref.html">
<style>
div {
  text-autospace: normal;
  font-size: 22px;
  font-family: sans-serif;
  text-orientation: upright; /* should NOT affect auto-spacing in horizontal mode */
}
</style>
<div><b>永</b>abc<b>def</b>永</div>
<div><span><b><span>永</span></b></span>abc<b>def<span style="font-weight: normal">永</span></b></div>
<div><b>永</b><span><span>abc</span><b>def</b></span><span>永</span></div>
<div><b>永<span><span style="font-weight: normal">abc</span></span>def</b><span>永</span></div>

/css/css-text/text-autospace/text-autospace-elements-005-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<style>
div {
  text-autospace: no-autospace;
  font-size: 22px;
  font-family: sans-serif;
}
b {
  margin-right: 0.125ic;
}
</style>
<div><b>永</b>abc<b>def</b>永</div>
<div><b>永</b>abc<b>def</b>永</div>
<div><b>永</b>abc<b>def</b>永</div>
<div><b>永</b>abc<b>def</b>永</div>