HTML CSS Reference/CSS Attributes and Javascript Style Properties/text autospace

Материал из Web эксперт
Перейти к: навигация, поиск

"text-autospace" Example

   <source lang="html4strict">
   

<html> <body>

text-autospace:none

</div> </body> </html>


     </source>
   
  


"text-autospace" is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<a> <acronym> | | |<address> <applet> | | | <base> | | |<basefont> | | |<bgsound> |

| |
<body> |

| |<button> |

| |
|

| | <col> | | |<colgroup> <comment> | | |currentStyle <custom> | | |

defaults | | | |

| |<dir>
| | |
| | | <embed> | | |<fieldset> | | |<form> <frame> | | |<head> <hn> | | |
<html> |

| | <iframe> | | |<img> <input type="button"> | | |<inputtype="checkbox"> <input type="file"> | | |<input type="hidden"> <input type="image"> | | |<input type="password"> <input type="radio"> | | |<input type="reset"> <inputtype="submit"> | | |<input type="text"> | | |<isindex> | | |<label> <legend> |

| |
  • <link> | | |<listing> <marquee> | | |<menu> nextID | | |<nobr> <noframes> | | |<noscript> <object> | | |
      <option> | | |

                               |
      |                |                                                       |
      |                |                          runtimeStyle                  |
      |                |                                                     |
      |                |<script>                        <select>                      |
      |                |                                                 |
      |                |                                              |
      |                |style                           styleSheet                    |
      |                |                                                    |
      |                |                         <tbody>                       |
      |                |                          |
      |                |                             
        | | | <xml> | | |<xmp> | +----------------+--------------------------------------------------------------+ </source>

        "text-autospace" Possible Values

        <source lang="html4strict"> Possible Values none default; no extra spaces are added. ideograph-alpha adds extra spacing between ideograph and non-ideograph texts. ideograph-numeric adds extra spacing between ideograph and numeric characters. ideograph-parenthesis adds extra spacing between ideograph and a normal parenthesis. ideograph-space enlarges the width of the space character.


        </source>



        "text-autospace" Syntax and Note

        <source lang="html4strict"> Note: Controls the space between ideograph text and alphanumeric text. Ideograph characters belong to Asian writing systems. Syntax:

        element { text-autospace: value } elementID.style.textAutospace = "value" document.all.elementID.style.textAutospace = "value"


        </source>

      <textarea> | | |<tfoot> |

      | |<thead> <title> |

      | |