mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
13 lines
372 B
HTML
13 lines
372 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 style="text-transform:capitalize">
|
|
"This" (is) /a/ _short_ *test* -for- —the— ¡capitalize! ¿transform? «with» [punctuation] “marks”.
|
|
</div>
|
|
</body>
|
|
</html>
|