From: Bartosz DziewoƄski Date: Thu, 28 Sep 2017 03:19:20 +0000 (+0200) Subject: docs/uidesign/monospace.html: Add textareas to the demo X-Git-Tag: 1.31.0-rc.0~1851^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=84b634a9a8907adc826ed076e4c422921550493a;p=lhc%2Fweb%2Fwiklou.git docs/uidesign/monospace.html: Add textareas to the demo It seems that textareas have their own font-size set in Chrome (but not Firefox and other browsers), making them unaffected by this behavior. Change-Id: I811245ea26b4d90ad252fe8f6d2e096e27cb9073 --- diff --git a/docs/uidesign/monospace.html b/docs/uidesign/monospace.html index f2b988e219..cdaf580aa5 100644 --- a/docs/uidesign/monospace.html +++ b/docs/uidesign/monospace.html @@ -2,16 +2,25 @@ @@ -33,45 +42,138 @@ font besides just "monospace", those browsers will no longer treat it as monospace and use 0.8 x 16px = 13px instead.

+Additionally, it seems that textareas have their own font-size set in Chrome +(but not Firefox and other browsers), making them unaffected by this behavior. +

+

Below are various rendering:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<pre><textarea>
 font-family: monospace;
 
+
+ +
 font-family: "Courier New";
 
+
+ +
 font-family: Courier;
 
+
+ +
 font-family: monospace, monospace;
 
+
+ +
 font-family: monospace, "Courier New";
 
+
+ +
 font-family: monospace, Courier;
 
+
+ +
 font-family: monospace, Verdana;
 
+
+ +
 font-family: monospace, DOESNOTEXISTREALLY;
 
+
+ +