mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
add demo cases for bug 16796 and 36863. add german ß
Since we have not fix bug 36863 yet, that part is in html comment for now.
This commit is contained in:
parent
e4fea9b5a0
commit
ad1b1063cf
@ -88,22 +88,33 @@
|
||||
size=5, </font><font size=4>Font size=4, </font><font size=3>Font size=3, </font><font size=2>Font
|
||||
size=2, </font><font size=1>Font size=1, </font><font point-size=24 font-weight=700>Font
|
||||
point-size=24 font-weight=700</font><BR>
|
||||
<SPAN style="font-family: Verdana Bold, Times; font-weight: bold; font-size: 18pt; font-variant: small-caps;">This Text Is Small-caps</SPAN>
|
||||
<SPAN style="font-family: Verdana Bold, Times; font-weight: bold; font-size: 18pt; font-variant: small-caps;">This Text Is Small-caps.
|
||||
<!-- the following line does not work so I commet out for now.
|
||||
How About German SS In Großbritannien.
|
||||
-->
|
||||
</SPAN>
|
||||
</P>
|
||||
|
||||
<h2>Text styles</h2>
|
||||
|
||||
<P>
|
||||
<SPAN style="text-transform: capitalize;">
|
||||
this text was capitalized å è
|
||||
this text was capitalized. <BR>
|
||||
latin å è should be displayed as Å È.<BR>
|
||||
german ß in großbritannien
|
||||
should be displayed as SS in großbritannien.
|
||||
</SPAN>
|
||||
<BR>
|
||||
<SPAN style="text-transform: lowercase;">
|
||||
THIS TEXT WAS LOWERCASED Å È
|
||||
THIS TEXT WAS LOWERCASED <BR>
|
||||
LATIN Å È SHOULD BE DISPLAYED AS å è.
|
||||
</SPAN>
|
||||
<BR>
|
||||
<SPAN style="text-transform: uppercase;">
|
||||
this text was uppercased å è
|
||||
this text was uppercased. <BR>
|
||||
latin å è should displayed as Å È. <BR>
|
||||
german ß in großbritannien
|
||||
should be displayed as SS IN GROSSBRITANNIEN.
|
||||
</SPAN>
|
||||
<BR>
|
||||
<SPAN style="letter-spacing: 2em;">
|
||||
|
Loading…
Reference in New Issue
Block a user