Skip to content

Commit 00557b8

Browse files
committed
[css-ruby] Fix validation error.
1 parent 5f9d5f8 commit 00557b8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

css-ruby/Overview.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ <h3 class="heading settled heading" data-level=2.2 id=box-fixup><span class=secn
520520
is wrapped in an anonymous <a data-link-type=dfn href=#ruby-annotation-container-box title="ruby annotation container">ruby annotation container</a>.
521521
</ol>
522522

523-
<p class=issue id=issue-f2086090><a class=self-link href=#issue-f2086090></a>Make this into an example:
524-
<img src=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png style="display: block; width: 100%">
523+
<p class=issue id=issue-8793a4aa><a class=self-link href=#issue-8793a4aa></a>Make this into an example:
524+
<img alt=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png src=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png style="display: block; width: 100%">
525525

526526
<p>Once all ruby layout structures are properly parented,
527527
the UA can start to associate bases with their annotations.
@@ -802,7 +802,7 @@ <h3 class="heading settled heading" data-level=3.2 id=box-style><span class=secn
802802
any of the background properties or outline properties,
803803
or any other property that illustrates the bounds of the box
804804
on <a data-link-type=dfn href=#ruby-base-container-box title="ruby base container boxes">ruby base container boxes</a>, <a data-link-type=dfn href=#ruby-annotation-container-box title="ruby annotation container boxes">ruby annotation container boxes</a>,
805-
or <a href=#nested-pairing>ruby-internal <a data-link-type=dfn href=#ruby-container title="ruby container boxes">ruby container boxes</a></a>.
805+
or <a href=#nested-pairing>ruby-internal ruby container boxes</a>.
806806
The UA may implement these boxes simply as abstractions for inheritance
807807
and control over the layout of their contents.
808808

@@ -1721,9 +1721,9 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
17211721
Alternatively we could try to define some kind of acceptable behavior for them.
17221722

17231723
<a href=#issue-8af70305></a></div><div class=issue>Make this into an example:
1724-
<img src=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png style="display: block; width: 100%">
1724+
<img alt=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png src=http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png style="display: block; width: 100%">
17251725

1726-
<a href=#issue-f2086090></a></div><div class=issue>Insert diagram<a href=#issue-0230a91a></a></div>
1726+
<a href=#issue-8793a4aa></a></div><div class=issue>Insert diagram<a href=#issue-0230a91a></a></div>
17271727

17281728
<div class=issue>It’s not clear whether this falls out of layout handling of ruby containers inside ruby bases
17291729
or needs to be handled specially.

css-ruby/Overview.src.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ <h3 id="box-fixup">
410410
</ol>
411411

412412
<p class="issue">Make this into an example:
413-
<img src="http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png" style="display: block; width: 100%">
413+
<img alt="http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png"
414+
src="http://lists.w3.org/Archives/Public/www-archive/2014Jun/att-0027/PastedGraphic-1.png" style="display: block; width: 100%">
414415

415416
<p>Once all ruby layout structures are properly parented,
416417
the UA can start to associate bases with their annotations.
@@ -698,7 +699,7 @@ <h3 id="box-style">
698699
any of the background properties or outline properties,
699700
or any other property that illustrates the bounds of the box
700701
on <i>ruby base container boxes</i>, <i>ruby annotation container boxes</i>,
701-
or <a href="#nested-pairing">ruby-internal <i>ruby container boxes</i></a>.
702+
or <a href="#nested-pairing">ruby-internal ruby container boxes</a>.
702703
The UA may implement these boxes simply as abstractions for inheritance
703704
and control over the layout of their contents.
704705

0 commit comments

Comments
 (0)