Improve documentation of FontWarnings and fix a type in NativeMML (Fred's suggestions)

This commit is contained in:
Davide P. Cervone 2011-07-27 15:35:03 -04:00
parent 9cc6a284e2
commit 3ccf3af4e7
7 changed files with 17 additions and 8 deletions

View File

@ -126,12 +126,15 @@ would set the ``fadeoutTime`` option to 2000 milliseconds (2 seconds).
.. describe:: removeAfter: 12*1000
This is the amount of time to show the FontWarning message, in
milliseconds. The default is 12 seconds.
milliseconds. The default is 12 seconds. Setting this value
to zero means that the message will not fade out (the user must
close it manually).
.. describe:: fadeoutSteps: 10
This is the number of steps to take while fading out the
FontWarning message. More steps make for a smoother fade-out.
Set to zero to cause the message to be removed without fading.
.. describe:: fadeoutTime: 1.5*1000

View File

@ -54,7 +54,7 @@ would set the ``scale`` option to 105 percent.
.. describe:: styles: {}
This is a list of CSS declarations for styling the HTML-CSS
This is a list of CSS declarations for styling the NativeMML
output. See the definitions in ``jax/output/NativeMML/config.js``
for some examples of what are defined by default. See :ref:`CSS
Style Objects <css-style-objects>` for details on how to specify

View File

@ -189,14 +189,17 @@ override the ones that are there with your own text.</p>
<dt>
<tt class="descname">removeAfter: 12*1000</tt></dt>
<dd><p>This is the amount of time to show the FontWarning message, in
milliseconds. The default is 12 seconds.</p>
milliseconds. The default is 12 seconds. Setting this value
to zero means that the message will not fade out (the user must
close it manually).</p>
</dd></dl>
<dl class="describe">
<dt>
<tt class="descname">fadeoutSteps: 10</tt></dt>
<dd><p>This is the number of steps to take while fading out the
FontWarning message. More steps make for a smoother fade-out.</p>
FontWarning message. More steps make for a smoother fade-out.
Set to zero to cause the message to be removed without fading.</p>
</dd></dl>
<dl class="describe">

View File

@ -106,7 +106,7 @@ menu support in other browsers.</p>
<dl class="describe">
<dt>
<tt class="descname">styles: {}</tt></dt>
<dd><p>This is a list of CSS declarations for styling the HTML-CSS
<dd><p>This is a list of CSS declarations for styling the NativeMML
output. See the definitions in <tt class="docutils literal"><span class="pre">jax/output/NativeMML/config.js</span></tt>
for some examples of what are defined by default. See <a class="reference internal" href="../CSS-styles.html#css-style-objects"><em>CSS
Style Objects</em></a> for details on how to specify

File diff suppressed because one or more lines are too long

View File

@ -126,12 +126,15 @@ would set the ``fadeoutTime`` option to 2000 milliseconds (2 seconds).
.. describe:: removeAfter: 12*1000
This is the amount of time to show the FontWarning message, in
milliseconds. The default is 12 seconds.
milliseconds. The default is 12 seconds. Setting this value
to zero means that the message will not fade out (the user must
close it manually).
.. describe:: fadeoutSteps: 10
This is the number of steps to take while fading out the
FontWarning message. More steps make for a smoother fade-out.
Set to zero to cause the message to be removed without fading.
.. describe:: fadeoutTime: 1.5*1000

View File

@ -54,7 +54,7 @@ would set the ``scale`` option to 105 percent.
.. describe:: styles: {}
This is a list of CSS declarations for styling the HTML-CSS
This is a list of CSS declarations for styling the NativeMML
output. See the definitions in ``jax/output/NativeMML/config.js``
for some examples of what are defined by default. See :ref:`CSS
Style Objects <css-style-objects>` for details on how to specify