Skip to content

Commit c7f7ff2

Browse files
committed
[css-ruby] Fix backwards table heading
--HG-- extra : rebase_source : 17f9d53110eaf831f3d68847bf38b3fde7414c1c
1 parent 335cb89 commit c7f7ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-ruby/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Ruby Layout Module Level 1</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140810>10 August 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140814>14 August 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl>
5959
<dt>This version:
6060
<dd><a class=u-url href=http://dev.w3.org/csswg/css-ruby-1/>http://dev.w3.org/csswg/css-ruby-1/</a>
@@ -388,8 +388,8 @@ <h4 class="heading settled heading" data-level=2.1.2 id=display-inside-outside><
388388
<table class=data>
389389
<thead>
390390
<tr><th><a class=property data-link-type=propdesc href=#propdef-display title=display>display</a>
391-
<th><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-inside title=display-inside>display-inside</a>
392391
<th><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-outside title=display-outside>display-outside</a>
392+
<th><a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-display-3/#propdef-display-inside title=display-inside>display-inside</a>
393393
<tbody>
394394
<tr><td><a class=css data-link-type=maybe href=#ruby title=ruby>ruby</a>
395395
<td><span class=css data-link-type=maybe title=inline-level>inline-level</span>

css-ruby/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ <h4 id="display-inside-outside">
229229
<table class="data">
230230
<thead>
231231
<tr><th>'display'
232-
<th>'display-inside'
233232
<th>'display-outside'
233+
<th>'display-inside'
234234
<tbody>
235235
<tr><td>''ruby''
236236
<td>''inline-level''

0 commit comments

Comments
 (0)