Skip to content

Commit 75cd568

Browse files
committed
[css-ruby] More linkification
--HG-- extra : rebase_source : c3f7da725da9d77c712a0d2f526fd9973b6f2c2b
1 parent c7f7ff2 commit 75cd568

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css-ruby/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ <h2 class="heading settled heading" data-level=2 id=ruby-model><span class=secno
296296
Ruby Box Model</span><a class=self-link href=#ruby-model></a></h2>
297297

298298
<p>The CSS ruby model is based on
299-
the <a href=http://darobin.github.io/html-ruby/>HTML Ruby Markup Extension</a>
300-
and <a href=http://www.w3.org/TR/ruby/>XHTML Ruby Annotation Recommendation</a> <a data-biblio-type=informative data-link-type=biblio href=#biblio-ruby title=biblio-RUBY>[RUBY]</a>.
299+
the <a href=http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element>W3C HTML5 Ruby Markup</a> model
300+
and the <a href=http://www.w3.org/TR/ruby/>XHTML Ruby Annotation Recommendation</a> <a data-biblio-type=informative data-link-type=biblio href=#biblio-ruby title=biblio-RUBY>[RUBY]</a>.
301301
In this model, a ruby structure consists of
302302
one or more <a data-link-type=dfn href=#ruby-base-box title="ruby base">ruby base</a> elements representing the base (annotated) text,
303303
associated with one or more levels of <a data-link-type=dfn href=#ruby-annotation-box title="ruby annotation">ruby annotation</a> elements representing the annotations.
@@ -328,21 +328,21 @@ <h3 class="heading settled heading" data-level=2.1 id=ruby-display><span class=s
328328

329329
<p>The following new <a class=property data-link-type=propdesc href=#propdef-display title=display>display</a> values assign ruby layout roles to an arbitrary element:
330330

331-
<dl data-dfn-for=display>
331+
<dl data-dfn-for=display data-export="">
332332
<dt><a class=css data-link-type=maybe href=#ruby title=ruby>ruby</a>
333-
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-noexport="" id=ruby-container title="ruby container | ruby container box">ruby container box<a class=self-link href=#ruby-container></a></dfn>.
333+
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-export="" id=ruby-container title="ruby container | ruby container box">ruby container box<a class=self-link href=#ruby-container></a></dfn>.
334334
(Corresponds to HTML/XHTML <code>&lt;ruby&gt;</code> elements.)
335335
<dt><span class=css data-link-type=maybe title=ruby-base>ruby-base</span>
336-
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-noexport="" id=ruby-base-box title="ruby base box | ruby base">ruby base box<a class=self-link href=#ruby-base-box></a></dfn>.
336+
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-export="" id=ruby-base-box title="ruby base box | ruby base">ruby base box<a class=self-link href=#ruby-base-box></a></dfn>.
337337
(Corresponds to HTML/XHTML <code>&lt;rb&gt;</code> elements.)
338338
<dt><span class=css data-link-type=maybe title=ruby-text>ruby-text</span>
339-
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-noexport="" id=ruby-annotation-box title="ruby annotation box | ruby annotation | annotation">ruby annotation box<a class=self-link href=#ruby-annotation-box></a></dfn>.
339+
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-export="" id=ruby-annotation-box title="ruby annotation box | ruby annotation | annotation">ruby annotation box<a class=self-link href=#ruby-annotation-box></a></dfn>.
340340
(Corresponds to HTML/XHTML <code>&lt;rt&gt;</code> elements.)
341341
<dt><span class=css data-link-type=maybe title=ruby-base-container>ruby-base-container</span>
342-
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-noexport="" id=ruby-base-container-box title="ruby base container box | ruby base container">ruby base container box<a class=self-link href=#ruby-base-container-box></a></dfn>.
342+
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-export="" id=ruby-base-container-box title="ruby base container box | ruby base container">ruby base container box<a class=self-link href=#ruby-base-container-box></a></dfn>.
343343
(Corresponds to XHTML <code>&lt;rbc&gt;</code> elements; generated as an anonymous box in HTML.)
344344
<dt><span class=css data-link-type=maybe title=ruby-text-container>ruby-text-container</span>
345-
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-noexport="" id=ruby-annotation-container-box title="ruby annotation container box | ruby annotation container">ruby annotation container box<a class=self-link href=#ruby-annotation-container-box></a></dfn>.
345+
<dd>Specifies that an element generates a <dfn data-dfn-type=dfn data-export="" id=ruby-annotation-container-box title="ruby annotation container box | ruby annotation container">ruby annotation container box<a class=self-link href=#ruby-annotation-container-box></a></dfn>.
346346
(Corresponds to HTML/XHTML <code>&lt;rtc&gt;</code> elements.)
347347
</dl>
348348

css-ruby/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ <h2 id="ruby-model">
136136
Ruby Box Model</h2>
137137

138138
<p>The CSS ruby model is based on
139-
the <a href="http://darobin.github.io/html-ruby/">HTML Ruby Markup Extension</a>
140-
and <a href="http://www.w3.org/TR/ruby/">XHTML Ruby Annotation Recommendation</a> [[RUBY]].
139+
the <a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element">W3C HTML5 Ruby Markup</a> model
140+
and the <a href="http://www.w3.org/TR/ruby/">XHTML Ruby Annotation Recommendation</a> [[RUBY]].
141141
In this model, a ruby structure consists of
142142
one or more <i>ruby base</i> elements representing the base (annotated) text,
143143
associated with one or more levels of <i>ruby annotation</i> elements representing the annotations.
@@ -169,7 +169,7 @@ <h3 id="ruby-display">
169169

170170
<p>The following new 'display' values assign ruby layout roles to an arbitrary element:
171171

172-
<dl dfn-for=display>
172+
<dl export dfn-for=display>
173173
<dt>''ruby''
174174
<dd>Specifies that an element generates a <dfn title="ruby container | ruby container box">ruby container box</dfn>.
175175
(Corresponds to HTML/XHTML <code>&lt;ruby&gt;</code> elements.)

0 commit comments

Comments
 (0)