Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-autospace/text-autospace-elements-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="text-autospace-elements-002-ref.html">
<style>
div {
text-autospace: normal;
font-size: 22px;
font-family: sans-serif;
}
</style>
<div>abc永</div>
<div style="display: inline;">abc永</div><br>
<div style="display: contents;">abc永</div><br>
<div style="display: inline;"><span>abc</span>永</div><br>
<div style="display: inline;"><span>ab</span>c永</div><br>
<div style="display: ruby;">abc永</div><br>