[Webkit-unassigned] [Bug 17830] innerText returns incorrectly capitalized text with text-transform: uppercase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 13 11:30:16 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17830





------- Comment #4 from mark.a at apple.com  2008-03-13 11:30 PDT -------
(From update of attachment 19733)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <title>text-transform: uppercase and innerText</title>
</head>
<body>
<div id='testDiv' style='text-transform: uppercase;'>The quick brown fox jumped
over the lazy dogs</div>
<div>The following text is the result of retrieving the innerText property of
the div containing the previous text:</div
>
<div>
<script type="text/javascript">
<!--
var testDiv = document.getElementById('testDiv');
document.write(testDiv.innerText);
-->
</script>
</div>
</body>
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list