blob: 8ceaceb1f3f1486b1e9cee141f821d634f946527 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Text: 'hyphens: manual' with no explicit hyphenation opportunity (basic)</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-manual-010-ref.html">
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'manual', then words can be hyphenated only if characters inside the words explicitly define hyphenation opportunities. In this test, the characters inside the word 'Deoxyribonucleic' do not explicitly define hyphenation opportunities, so it must not be hyphenated." name="assert">
<style>
div
{
border: black solid 2px;
font-family: monospace;
font-size: 32px;
margin-bottom: 0.25em;
width: 10ch;
}
div#test
{
hyphens: manual;
}
div#reference
{
hyphens: none;
}
</style>
<body lang="en">
<p>Test passes if the characters inside of each black-bordered rectangles are laid out identically. Only "ucleic" should be outside of the black-bordered rectangles.
<div id="test">Deoxyribonucleic acid</div>
<div id="reference">Deoxyribonucleic acid</div>
<!--
Extended form of abreviation DNA
-->