mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
13 lines
338 B
HTML
13 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>text-transform:capitalize with punctuation</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
"This" (Is) /A/ _Short_ *Test* -For- —The— ¡Capitalize! ¿Transform? «With» [Punctuation] “Marks”.
|
|
</div>
|
|
</body>
|
|
</html>
|