X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fuidesign%2Fmonospace.html;h=cdaf580aa5477cd1341c5774463f986b1c6319d5;hb=967a96e7fa5910f8fc451590decb381dbfb481ba;hp=f2b988e21956ef9460932751f7a4e9956cfc3c30;hpb=703206f38c63ba51e75a8aa49724f112ab78047d;p=lhc%2Fweb%2Fwiklou.git 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;
 
+
+ +