Mypal/layout/reftests/text-transform/turkish-casing-1.html

28 lines
753 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Test for Turkish casing behavior</title>
</head>
<body>
<div lang="tr" style="text-transform:uppercase">
Evrensel Kod her yazı karakteri için bir ve yalnız bir sayı şart koşar,
hangi altyapı,
hangi yazılım,
hangi dil olursa olsun.
</div>
<div lang="tr" style="text-transform:lowercase">
EVRENSEL KOD HER YAZI KARAKTERİ İÇİN BİR VE YALNIZ BİR SAYI ŞART KOŞAR,
HANGİ ALTYAPI,
HANGİ YAZILIM,
HANGİ DİL OLURSA OLSUN.
</div>
<div lang="tr" style="text-transform:capitalize">
Evrensel Kod her yazı karakteri için bir ve yalnız bir sayı şart koşar,
hangi altyapı,
hangi yazılım,
hangi dil olursa olsun.
</div>
</body>
</html>