Skip to content

Commit 4039b44

Browse files
committed
Fix markup validation errors and warnings.
1 parent c1a404d commit 4039b44

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-transitions/Overview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<html lang=en>
55
<head>
66
<title>CSS Transitions</title>
7+
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
78
<link href="../default.css" rel=stylesheet type="text/css">
89

910
<style type="text/css">

css3-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<html lang="en">
55
<head>
66
<title>CSS Transitions</title>
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
78
<link rel="stylesheet" type="text/css" href="../default.css">
89
<style type="text/css">
910
table.animatable-properties {
@@ -1168,7 +1169,6 @@ <h2 id="animation-of-property-types-">
11681169
start/end of the transition or as a result of 'cubic-bezier()'
11691170
functions with Y values outside of [0, 1]) map to the closer
11701171
endpoint; if neither value is 'visible' then not interpolable.
1171-
</span>
11721172
</li>
11731173
<li>
11741174
<strong>shadow</strong>: interpolated via the color, x, y
@@ -1186,7 +1186,7 @@ <h2 id="animation-of-property-types-">
11861186
</li>
11871187
<li>
11881188
<strong>paint server</strong> (SVG): interpolation is only supported
1189-
between</strong>: gradient to gradient and color to color. They then
1189+
between: gradient to gradient and color to color. They then
11901190
work as above.
11911191
</li>
11921192
<li>

0 commit comments

Comments
 (0)