Skip to content

Commit

Permalink
generated
Browse files Browse the repository at this point in the history
git-svn-id: http://cssutils.googlecode.com/svn/trunk@2082 7acae31f-ae31-0410-b063-ddb877b13873
  • Loading branch information
cthedot committed Jan 9, 2011
1 parent 02d6b30 commit 1fdcc9a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
6 changes: 4 additions & 2 deletions docs/html/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ <h3>0.9.8<a class="headerlink" href="#id1" title="Permalink to this headline">¶
<ul>
<li><dl class="first docutils">
<dt><strong>API CHANGE (major)</strong></dt>
<dd><p class="first last">(Known) names colors are parsed as ColorValue objects now. These are the 16 simple colors (black, white, etc) and <cite>transparent</cite> but not all Extended color keywords yet. Also changed <tt class="docutils literal"><span class="pre">ColorValue.type</span></tt> to <tt class="docutils literal"><span class="pre">Value.COLOR_VALUE</span></tt>. ColorValue has additional properties <tt class="docutils literal"><span class="pre">red,</span> <span class="pre">green,</span> <span class="pre">blue,</span> <span class="pre">alpha</span></tt> and <tt class="docutils literal"><span class="pre">colorType</span></tt> which is one of IDENT, HASH or FUNCTION for now.</p>
<dd><p class="first last">(Known) named colors are parsed as ColorValue objects now. These are the 16 simple colors (black, white, etc) and <cite>transparent</cite> but not all Extended color keywords yet. Also changed <tt class="docutils literal"><span class="pre">ColorValue.type</span></tt> to <tt class="docutils literal"><span class="pre">Value.COLOR_VALUE</span></tt>. ColorValue has additional properties <tt class="docutils literal"><span class="pre">red,</span> <span class="pre">green,</span> <span class="pre">blue,</span> <span class="pre">alpha</span></tt> and <tt class="docutils literal"><span class="pre">colorType</span></tt> which is one of IDENT, HASH or FUNCTION for now.</p>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>API CHANGE (minor)</dt>
<dd><p class="first last">Removed already DEPRECATED <tt class="docutils literal"><span class="pre">cssutils.parse</span></tt> and <tt class="docutils literal"><span class="pre">CSSParser.parse</span></tt>. Use the more specific functions/methods <tt class="docutils literal"><span class="pre">parseFile</span> <span class="pre">parseString</span> <span class="pre">parseUrl</span></tt> instead.</p>
<dd><p class="first">Removed already DEPRECATED <tt class="docutils literal"><span class="pre">cssutils.parse</span></tt> and <tt class="docutils literal"><span class="pre">CSSParser.parse</span></tt>. Use the more specific functions/methods <tt class="docutils literal"><span class="pre">parseFile</span> <span class="pre">parseString</span> <span class="pre">parseUrl</span></tt> instead.</p>
<p>Removed already DEPRECATED <tt class="docutils literal"><span class="pre">cssutils.log.setlog</span></tt> and <tt class="docutils literal"><span class="pre">.setloglevel</span></tt>. Use <tt class="docutils literal"><span class="pre">.setLog</span></tt> and <tt class="docutils literal"><span class="pre">.setLevel</span></tt> instead.</p>
<p class="last">Removed already DEPRECATED <tt class="docutils literal"><span class="pre">cssutils.ser.keepUnkownAtRules</span></tt> (note the typo). Use <tt class="docutils literal"><span class="pre">.keepUnknownAtRules</span></tt> instead.</p>
</dd>
</dl>
</li>
Expand Down
6 changes: 5 additions & 1 deletion docs/html/_sources/CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ HEAD
- BUGFIX/IMPROVEMENT: Fixed Issue #48. ``CSSParser.parseUrl()`` uses the defined fetcher of this parser *for the initial stylesheet* at url too and not just the imported sheets *from* this sheet.

+ **API CHANGE (major)**
(Known) names colors are parsed as ColorValue objects now. These are the 16 simple colors (black, white, etc) and `transparent` but not all Extended color keywords yet. Also changed ``ColorValue.type`` to ``Value.COLOR_VALUE``. ColorValue has additional properties ``red, green, blue, alpha`` and ``colorType`` which is one of IDENT, HASH or FUNCTION for now.
(Known) named colors are parsed as ColorValue objects now. These are the 16 simple colors (black, white, etc) and `transparent` but not all Extended color keywords yet. Also changed ``ColorValue.type`` to ``Value.COLOR_VALUE``. ColorValue has additional properties ``red, green, blue, alpha`` and ``colorType`` which is one of IDENT, HASH or FUNCTION for now.

+ API CHANGE (minor)
Removed already DEPRECATED ``cssutils.parse`` and ``CSSParser.parse``. Use the more specific functions/methods ``parseFile parseString parseUrl`` instead.

Removed already DEPRECATED ``cssutils.log.setlog`` and ``.setloglevel``. Use ``.setLog`` and ``.setLevel`` instead.

Removed already DEPRECATED ``cssutils.ser.keepUnkownAtRules`` (note the typo). Use ``.keepUnknownAtRules`` instead.

- IMPROVEMENT: Added validation profiles for some properties from `CSS Backgrounds and Borders Module Level 3 <http://www.w3.org/TR/css3-background/>`__, `CSS3 Basic User Interface Module <http://www.w3.org/TR/css3-ui/#resize>`__, `CSS Text Level 3 <http://www.w3.org/TR/css3-text/>`__
mainly `cursor`, `outline`, `resize`, `box-shadow`, `text-shadow`

Expand Down
6 changes: 0 additions & 6 deletions docs/html/docs/serialize.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ <h3>Navigation</h3>
<p class="last">A Property is valid if it is a known Property with a valid value.</p>
</dd>
</dl>
<dl class="attribute">
<dt id="cssutils.serialize.Preferences.keepUnkownAtRules">
<tt class="descname">keepUnkownAtRules</tt><a class="headerlink" href="#cssutils.serialize.Preferences.keepUnkownAtRules" title="Permalink to this definition"></a></dt>
<dd><p>Use keepUnknownAtRules instead!</p>
</dd></dl>

<dl class="method">
<dt id="cssutils.serialize.Preferences.useDefaults">
<tt class="descname">useDefaults</tt><big>(</big><big>)</big><a class="headerlink" href="#cssutils.serialize.Preferences.useDefaults" title="Permalink to this definition"></a></dt>
Expand Down
1 change: 0 additions & 1 deletion docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ <h2 id="I">I</h2>
<h2 id="K">K</h2>
<table width="100%" class="indextable genindextable"><tr>
<td width="33%" valign="top"><dl>
<dt><a href="docs/serialize.html#cssutils.serialize.Preferences.keepUnkownAtRules">keepUnkownAtRules (cssutils.serialize.Preferences attribute)</a></dt>
<dt><a href="docs/css.html#cssutils.css.CSSStyleDeclaration.keys">keys() (cssutils.css.CSSStyleDeclaration method)</a></dt>
<dd><dl>
<dt><a href="docs/css.html#cssutils.css.CSSVariablesDeclaration.keys">(cssutils.css.CSSVariablesDeclaration method)</a></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1fdcc9a

Please sign in to comment.