Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'

This commit is contained in:
WPT Sync Bot 2022-11-10 01:22:36 +00:00
parent ace9b32b1c
commit df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions

View file

@ -15,7 +15,6 @@
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hanging">
<link rel="match" href="reference/hanging-punctuation-block-bound-001-ref.html">
<meta content="" name="flags">
<meta content="This test checks that hanging punctuations has no effect on the boundary of a block box. The background of a block box does not include hanging punctuations." name="assert">
<style>
@ -31,4 +30,6 @@
}
</style>
<body lang="ja">
<div>まだよくています。しかし特</div>

View file

@ -15,7 +15,6 @@
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hanging">
<link rel="match" href="reference/hanging-punctuation-inline-bound-001-ref.html">
<meta content="" name="flags">
<meta content="This test checks that background of inline boxes includes hanging punctuations and text-selecting (or highlighting) inline boxes will include hanging punctuations." name="assert">
<style>
@ -35,4 +34,6 @@
}
</style>
<body lang="ja">
<div><span>まだよくています。しかし特</span></div>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: hanging punctuation is scrollable overflow</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hanging-punctuation-property">
<meta name="flags" content="">
<link rel="match" href="reference/hanging-scrollable-001-ref.html">
<meta name="assert" content="Hanging characters that overflow their block container are treated as scrollable overflow. ">
<style>

View file

@ -43,6 +43,8 @@
}
</style>
<body lang="ja">
<div id="box-drawn-under">まだよく<br>ています。</div>
<div id="text-drawn-over">まだよく<br>ています。<br>しかし特</div>

View file

@ -32,6 +32,8 @@
}
</style>
<body lang="ja">
<div><span id="first">まだよく</span><br>
<span id="second">ています。</span><br>

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text test: hyphenate-character</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#hyphenate-character">
<link rel="match" href="reference/hyphenate-character-005-ref.html">
<meta name="assert" content="Specifies the string that appears at the end of the line before a hyphenation break">
<style>
div {
font: 32px sans-serif;
margin-left: 10ch;
width: 3ch;
hyphenate-character: "\00a0\0640";
}
</style>
<p>Test passes if the word below is hyphenated
using a right-to-left <i>space+kashida</i> sequence "<span dir=rtl>&nbsp;&#x0640;</span>",
and shaping is <i>not</i> interrupted.
<div dir=rtl lang=ug>
قىل­مىغانلىقى
</div>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<title>CSS Text: 'hyphens: auto' with a valid 'lang' attribute specification</title>
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphenate-limit-chars-001-ref.html">
<link rel="author" href="mailto:kojii@chromium.org">
<style>
#container > div {
border: black solid 2px;
font-family: monospace;
font-size: 20px;
line-height: 1;
width: 1ch;
hyphens: auto;
hyphenate-character: '-';
}
</style>
<body>
<div lang="en-us" id="container">
<div>example</div>
<div style="hyphenate-limit-chars: 8">example</div>
<div style="hyphenate-limit-chars: auto 2 2">example</div>
<div style="hyphenate-limit-chars: auto 3 2">example</div>
<div style="hyphenate-limit-chars: auto 4 2">example</div>
<div style="hyphenate-limit-chars: auto 5 2">example</div>
<div style="hyphenate-limit-chars: auto 2 3">example</div>
<div style="hyphenate-limit-chars: auto 2 4">example</div>
<div style="hyphenate-limit-chars: auto 3 4">example</div>
</div>
</body>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: no automatic hyphenation without language tagging</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/hyphens-auto-001-ref.html">
<meta name="assert" content="automatic hyphenation must not work without language tagging">
<style>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'auto' and when 'lang' attribute is also set to a valid value, then words may be broken at hyphenation opportunities determined automatically by an hyphenation resource appropriate to the language of the text involved.">
<style>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'auto' and applied to an inline element and when 'lang' attribute is also set to a valid value, then words may be broken at hyphenation opportunities determined automatically by an hyphenation resource appropriate to the language of the text involved.">
<style>

View file

@ -8,7 +8,6 @@
<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>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<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' explicitly define 2 hyphenation opportunities, so it can be hyphenated. Since 9 characters can all fit inside the line box of the block box, then the word 'Deoxyribonucleic' is hyphenated only after the 2nd soft hyphen." name="assert">
<style>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<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' explicitly define 4 hyphenation opportunities. Since 9 characters can all fit inside the line box of the block box, then the word 'Deoxyribonucleic' is hyphenated only after the 3rd soft hyphen." name="assert">
<style>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<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' explicitly define 1 and only 1 hyphenation opportunity, so it can be hyphenated only at such point." name="assert">
<style>

View file

@ -8,7 +8,6 @@
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-manual-inline-010-ref.html">
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'manual' and applied to an inline element, 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>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'manual' and applied to an inline element, then words can be hyphenated only if characters inside the words explicitly define hyphenation opportunities. In this test, the characters inside the word 'Deoxyribonucleic' explicitly define 2 hyphenation opportunities, so it can be hyphenated. Since 9 characters can all fit inside the line box of the block box, then the word 'Deoxyribonucleic' is hyphenated only after the 2nd soft hyphen." name="assert">
<style>

View file

@ -19,7 +19,6 @@
The H-ref.html reference file means the Hyphen character U+2010.
-->
<meta content="" name="flags">
<meta content="When 'hyphens' is set to 'manual' and applied to an inline element, then words can be hyphenated only if characters inside the words explicitly define hyphenation opportunities. In this test, the characters inside the word 'Deoxyribonucleic' explicitly define 4 hyphenation opportunities. Since 'Deoxy' has 5 characters and 'Deoxyribo' has 9 characters and since the content width of the block box can take 8 characters, then a soft hyphen will occur after 'Deoxy'. Since 'ribonu' has 6 characters and 'ribonucleic' has 11 characters and since the content width of the block box can take 8 characters, then a soft hyphen will occur after 'ribonu'." name="assert">
<style>

View file

@ -8,7 +8,6 @@
<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="This test checks that, when 'hyphens' is set to 'none', then long words are not hyphenated, even if characters inside long words explicitly define hyphenation opportunities." name="assert">
<style>

View file

@ -8,7 +8,6 @@
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-auto-010M-ref.html">
<meta content="" name="flags">
<meta content="This test checks that 'hyphens: none' does not suppress line wrapping after encountering an actual hyphen-minus character (U+002D).">
<style>

View file

@ -8,7 +8,6 @@
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-auto-010H-ref.html">
<meta content="" name="flags">
<meta content="This test checks that 'hyphens: none' does not suppress line wrapping after encountering an actual hyphen character (U+2010).">
<style>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: manual hyphenation and out-of-flow</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/hyphens-out-of-flow-001-ref.html">
<meta name="assert" content="the presence of an out of flow element has no effect on manual hyhenation">
<style>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: auto hyphenation and out-of-flow</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/hyphens-span-002-ref.html">
<meta name="assert" content="the presence of an out of flow element has no effect on automatic hyhenation">
<style>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: manual hyphen and span</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/hyphens-span-001-ref.html">
<meta name="assert" content="the presence of an unstyled inline element has no effect on text in general and on manual hyhenation in particular">
<style>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: auto hyphen and span</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/hyphens-span-002-ref.html">
<meta name="assert" content="the presence of an unstyled inline element has no effect on text in general and on manual hyhenation in particular">
<style>

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text test: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-vertical-001-ref.html">
<meta name="assert" content="Check rendering of soft-hyphen character in vertical writing mode">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&shy;ation
</div>
<div>
hyphen&#x2010;<br>ation
</div>

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text test: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-vertical-002-ref.html">
<meta name="assert" content="Check rendering of soft-hyphen character in vertical writing mode">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
text-orientation: upright;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&shy;ation
</div>
<div>
hyphen&#x2010;<br>ation
</div>

View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text test: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphenation">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#hyphenate-character">
<link rel="match" href="reference/hyphens-vertical-003-ref.html">
<meta name="assert" content="Check rendering of soft-hyphen character in vertical writing mode">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
hyphenate-character: "+=";
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&shy;ation
</div>
<div>
hyphen+=<br>ation
</div>

View file

@ -0,0 +1,33 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text test: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphenation">
<link rel="help" href="https://drafts.csswg.org/css-text-4/#hyphenate-character">
<link rel="match" href="reference/hyphens-vertical-004-ref.html">
<meta name="assert" content="Check rendering of soft-hyphen character in vertical writing mode">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
text-orientation: upright;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
hyphenate-character: "+=";
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&shy;ation
</div>
<div>
hyphen+=<br>ation
</div>

View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: hyphenate-character</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 32px sans-serif;
margin-left: 10ch;
width: 3ch;
}
</style>
<p>Test passes if the word below is hyphenated
using a right-to-left <i>space+kashida</i> sequence "<span dir=rtl>&nbsp;&#x0640;</span>",
and shaping is <i>not</i> interrupted.
<div dir=rtl lang=ug>
قىل&#x200d;&nbsp;&#x640;<br>&#x200d;مىغانلىقى
</div>

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<title>CSS Text: 'hyphens: auto' with a valid 'lang' attribute specification</title>
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="author" href="mailto:kojii@chromium.org">
<style>
#container > div {
border: black solid 2px;
font-family: monospace;
font-size: 20px;
line-height: 1;
width: 1ch;
}
</style>
<body>
<div lang="en-us" id="container">
<div>ex-<br>am-<br>ple</div>
<div>example</div>
<div>ex-<br>am-<br>ple</div>
<div>exam-<br>ple</div>
<div>exam-<br>ple</div>
<div>example</div>
<div>ex-<br>am-<br>ple</div>
<div>ex-<br>ample</div>
<div>example</div>
</div>
</body>

View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&#x2010;<br>ation
</div>
<div>
hyphen&#x2010;<br>ation
</div>

View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
text-orientation: upright;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen&#x2010;<br>ation
</div>
<div>
hyphen&#x2010;<br>ation
</div>

View file

@ -0,0 +1,28 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
hyphenate-character: "+=";
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen+=<br>ation
</div>
<div>
hyphen+=<br>ation
</div>

View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference: soft hyphens in vertical writing mode</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
writing-mode: vertical-rl;
text-orientation: upright;
border: 1px solid gray;
margin: 10px;
padding: 2px;
hyphens: manual;
width: 3em;
height: 9ch;
hyphenate-character: "+=";
}
</style>
<p>Test passes if the two boxes look the same:</p>
<div>
hyphen+=<br>ation
</div>
<div>
hyphen+=<br>ation
</div>

View file

@ -3,7 +3,6 @@
<title>CSS Text Test: soft hyphen styling</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<meta name="flags" content="">
<link rel="match" href="reference/shy-styling-001-ref.html">
<link rel="match" href="reference/shy-styling-001-alt-ref.html">
<meta name="assert" content="hypens inserted where there was a soft-hyphen take on the styles that would have applied to the soft hyphen">

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 0028 LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 005B LEFT SQUARE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 007B LEFT CURLY BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 0F3A TIBETAN MARK GUG RTAGS GYON</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: CSSFW;

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 0F3C TIBETAN MARK ANG KHANG GYON</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 169B OGHAM FEATHER MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 201A SINGLE LOW-9 QUOTATION MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 201E DOUBLE LOW-9 QUOTATION MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2045 LEFT SQUARE BRACKET WITH QUILL</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 207D SUPERSCRIPT LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 208D SUBSCRIPT LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2329 LEFT-POINTING ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2768 MEDIUM LEFT PARENTHESIS ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 276A MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 276C MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 276E HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2770 HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2772 LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2774 MEDIUM LEFT CURLY BRACKET ORNAMENT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 27E6 MATHEMATICAL LEFT WHITE SQUARE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 27E8 MATHEMATICAL LEFT ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 27EA MATHEMATICAL LEFT DOUBLE ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2983 LEFT WHITE CURLY BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2985 LEFT WHITE PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2987 Z NOTATION LEFT IMAGE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2989 Z NOTATION LEFT BINDING BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 298B LEFT SQUARE BRACKET WITH UNDERBAR</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 298D LEFT SQUARE BRACKET WITH TICK IN TOP CORNER</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 298F LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2991 LEFT ANGLE BRACKET WITH DOT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2993 LEFT ARC LESS-THAN BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2995 DOUBLE LEFT ARC GREATER-THAN BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 2997 LEFT BLACK TORTOISE SHELL BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 29D8 LEFT WIGGLY FENCE</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 29DA LEFT DOUBLE WIGGLY FENCE</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 29FC LEFT-POINTING CURVED ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3008 LEFT ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 300A LEFT DOUBLE ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 300C LEFT CORNER BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3010 LEFT BLACK LENTICULAR BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3014 LEFT TORTOISE SHELL BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3016 LEFT WHITE LENTICULAR BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3018 LEFT WHITE TORTOISE SHELL BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 301A LEFT WHITE SQUARE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 301D REVERSED DOUBLE PRIME QUOTATION MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE35 PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE37 PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE39 PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE3B PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE3D PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE3F PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE41 PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE43 PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE47 PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE59 SMALL LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE5B SMALL LEFT CURLY BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FE5D SMALL LEFT TORTOISE SHELL BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FF08 FULLWIDTH LEFT PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FF3B FULLWIDTH LEFT SQUARE BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FF5B FULLWIDTH LEFT CURLY BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FF5F FULLWIDTH LEFT WHITE PARENTHESIS</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: FF62 HALFWIDTH LEFT CORNER BRACKET</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3001 IDEOGRAPHIC COMMA</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

View file

@ -4,7 +4,6 @@
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3002 IDEOGRAPHIC FULL STOP</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content=''>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';

Some files were not shown because too many files have changed in this diff Show more