<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+=== Edge
+
+* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]
+
 === 4.2.1 / June 16, 2009
 
 * Fix regression where period wasn't accepted in style attribute. [Jason Garber]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@
   # textile element attributes
   class = [a-z0-9\- _]+ ;
   id = [a-z0-9\-_]+ ;
-  style_chars = [a-z0-9: ;\-_#&amp;.];
+  style_chars = [a-z0-9: ;\-_#&amp;.%];
   style_url = &quot;url(&quot; [a-z0-9'&quot;.\\/#?=+@_\-]+ &quot;)&quot;;
   style = style_chars (style_chars+ | style_url)* ; # maybe put in uri when in url()
   language = [a-z\-_]+ ;</diff>
      <filename>ext/redcloth_scan/redcloth_common.rl</filename>
    </modified>
    <modified>
      <diff>@@ -375,8 +375,8 @@ html: &lt;p class=&quot;example1&quot; id=&quot;big-red2&quot;&gt;Red here&lt;/p&gt;
 --- 
 name: css style
 desc: Style settings can be provided directly by surrounding them in curly braces.
-in: p{color:blue;margin:30px}. Spacey blue
-html: &lt;p style=&quot;color:blue;margin:30px;&quot;&gt;Spacey blue&lt;/p&gt;
+in: p{color:blue;margin:30px;font-size:120%;}. Spacey blue
+html: &lt;p style=&quot;color:blue;margin:30px;font-size:120%;&quot;&gt;Spacey blue&lt;/p&gt;
 --- 
 name: language designations
 desc: Language designations can be given between angel brackets.</diff>
      <filename>spec/fixtures/basic.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b01e65e3d1b81f403620d6b4c544c657cfa00c4</id>
    </parent>
  </parents>
  <author>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </author>
  <url>http://github.com/jgarber/redcloth/commit/124b72fe841b364df940932e576502851b51a682</url>
  <id>124b72fe841b364df940932e576502851b51a682</id>
  <committed-date>2009-06-30T07:20:06-07:00</committed-date>
  <authored-date>2009-06-30T07:20:06-07:00</authored-date>
  <message>Fix regression where period wasn't accepted in style attribute.</message>
  <tree>78fb945b4f23b3982372504c21aa63c1c5fa2c87</tree>
  <committer>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </committer>
</commit>
