Skip to content

Commit bdc0ac6

Browse files
committed
Fix validation errors
1 parent 34fec93 commit bdc0ac6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22

33
<html lang=en>
44
<head profile="http://www.w3.org/2006/03/hcard"><meta
@@ -1658,9 +1658,9 @@ <h3 id=object-negotiation><span class=secno>5.2. </span> CSS⇋Object
16581658
size</i></a>, and the <a href="#default-object-size"><i>default object
16591659
size</i></a> for the context the image or object is used in, CSS then
16601660
computes a <a href="#concrete-object-size"><i>concrete object
1661-
size</i></a>. (See the <a href="#default-sizing">following section.) This
1662-
defines the size and position of the region the object will render
1663-
in.</a>
1661+
size</i></a>. (See the <a href="#default-sizing">following section</a>.)
1662+
This defines the size and position of the region the object will render
1663+
in.
16641664

16651665
<li>CSS asks the object to render itself at the <a
16661666
href="#concrete-object-size"><i>concrete object size</i></a>. CSS does

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -1064,7 +1064,7 @@ <h3 id="object-negotiation">
10641064
<li>Using the <i>intrinsic dimensions</i>, the <i>specified size</i>,
10651065
and the <i>default object size</i> for the context the image or object
10661066
is used in, CSS then computes a <i>concrete object size</i>. (See the
1067-
<a href="#default-sizing">following section.) This defines the size
1067+
<a href="#default-sizing">following section</a>.) This defines the size
10681068
and position of the region the object will render in.</li>
10691069

10701070
<li>CSS asks the object to render itself at the <i>concrete object size</i>.

0 commit comments

Comments
 (0)