[css-ruby] Remove extraneous statement about initial and inherit

Tue, 18 Jun 2013 18:18:04 +0900

author
fantasai <fantasai.cvs@inkedblade.net>
date
Tue, 18 Jun 2013 18:18:04 +0900
changeset 8490
32c9ef6fe05c
parent 8489
c7bf1100b642
child 8491
c9c67edf183b

[css-ruby] Remove extraneous statement about initial and inherit

css-ruby/Overview.html file | annotate | diff | comparison | revisions
css-ruby/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-ruby/Overview.html	Tue Jun 18 18:17:17 2013 +0900
     1.2 +++ b/css-ruby/Overview.html	Tue Jun 18 18:18:04 2013 +0900
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5    <meta content="CSS Ruby Module Level 1" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-06-17 name=dcterms.date>
     1.8 +  <meta content=2013-06-18 name=dcterms.date>
     1.9    <meta content="Elika J. Etemad" name=dcterms.creator>
    1.10    <meta content="Koji Ishii" name=dcterms.creator>
    1.11    <meta content="Richard Ishida" name=dcterms.creator>
    1.12 @@ -32,8 +32,8 @@
    1.13     <h1 class=p-name>CSS Ruby Module Level 1</h1>
    1.14  
    1.15     <h2 class="no-num no-toc" id=longstatus-date->Editor's Draft <time
    1.16 -    class=dt-updated datetime=20130617>17 June 2013</time>
    1.17 -    <!-- for HTML4 doctype: <span class="value-title" title="20130617">17 June 2013</span></span> --></h2>
    1.18 +    class=dt-updated datetime=20130618>18 June 2013</time>
    1.19 +    <!-- for HTML4 doctype: <span class="value-title" title="20130618">18 June 2013</span></span> --></h2>
    1.20  
    1.21     <dl>
    1.22      <dt>This version:
    1.23 @@ -662,11 +662,6 @@
    1.24  
    1.25    <h2 id=ruby-props><span class=secno>3. </span> Ruby Properties</h2>
    1.26  
    1.27 -  <p>All properties, in addition to the noted values, take ‘<code
    1.28 -   class=property>initial</code>’ and ‘<code
    1.29 -   class=property>inherit</code>’. These values are not repeated in each of
    1.30 -   the property value enumeration.
    1.31 -
    1.32    <h3 id=rubypos><span class=secno>3.1. </span> Ruby positioning: the ‘<a
    1.33     href="#ruby-position"><code class=property>ruby-position</code></a>’
    1.34     property</h3>
     2.1 --- a/css-ruby/Overview.src.html	Tue Jun 18 18:17:17 2013 +0900
     2.2 +++ b/css-ruby/Overview.src.html	Tue Jun 18 18:18:04 2013 +0900
     2.3 @@ -457,10 +457,6 @@
     2.4  <h2 id="ruby-props">
     2.5  Ruby Properties</h2>
     2.6  
     2.7 -<p>All properties, in addition to the noted values, take 'initial' and 
     2.8 -'inherit'. These values are not repeated in each of the property value 
     2.9 -enumeration. </p>
    2.10 -
    2.11  <h3 id="rubypos">
    2.12  Ruby positioning: the 'ruby-position' property</h3>
    2.13  

mercurial