Skip to content

Commit 17cc2c9

Browse files
authored
Merge pull request mdn#112 from estelle/complex
Group 9: more edits
2 parents ed1102a + ccc6690 commit 17cc2c9

File tree

9 files changed

+31
-34
lines changed

9 files changed

+31
-34
lines changed

editable-samples-2/pages/border-top-color/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
56
<link href="../../css/editable.css" rel="stylesheet"></link>
67
<link href="css/element.css" rel="stylesheet"></link>
78

@@ -22,7 +23,7 @@
2223
<pre class="prettyprint lang-css" id="example-choice-list"><div class=" example-choice">border-top-color: red;</div><div class=" example-choice">border-top-color: rgb(255, 128, 0);</div><div class=" example-choice">border-top-color: hsla(240, 50%, 25%, 0.75);</div><div class=" example-choice">border-top-color: #ffbb00;</div><div class=" example-choice">border-top-color: currentColor;</div><div class=" example-choice">border-top-color: transparent;</div></pre>
2324

2425
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
25-
<script type="text/javascript" src="../../js/editable.js"></script>
26+
<script src="../../js/editable.js"></script>
2627

2728
</body>
2829

editable-samples-2/pages/filter/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
56
<link href="../../css/editable.css" rel="stylesheet"></link>
6-
<link href="../../css/prism.css" rel="stylesheet" type="text/css">
7+
<link href="../../css/prism.css" rel="stylesheet">
78

89
</head>
910

@@ -27,8 +28,8 @@
2728
<img id="example-element" src="img/firefox.png"/>
2829
</div>
2930

30-
<script type="text/javascript" src="../../js/prism.js"></script>
31-
<script type="text/javascript" src="../../js/editable.js"></script>
31+
<script src="../../js/prism.js"></script>
32+
<script src="../../js/editable.js"></script>
3233

3334
</body>
3435

editable-samples-2/pages/font/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
4-
<meta charset="utf-8">
5-
<link href="css/element.css" rel="stylesheet" type="text/css">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<link href="css/element.css" rel="stylesheet">
67
<link href="../../css/editable.css" rel="stylesheet"></link>
7-
<link href="../../css/prism.css" rel="stylesheet" type="text/css">
8+
<link href="../../css/prism.css" rel="stylesheet">
89

910
</head>
1011

@@ -21,8 +22,8 @@
2122
<span id="example-element">London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln's Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes—gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another's umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.</span>
2223
</div>
2324

24-
<script type="text/javascript" src="../../js/prism.js"></script>
25-
<script type="text/javascript" src="../../js/editable.js"></script>
25+
<script src="../../js/prism.js"></script>
26+
<script src="../../js/editable.js"></script>
2627

2728
</body>
2829

editable-samples-2/pages/transform/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-us">
33
<head>
4-
<meta charset="utf-8">
5-
<link href="css/element.css" rel="stylesheet" type="text/css">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<link href="css/element.css" rel="stylesheet">
67
<link href="../../css/editable.css" rel="stylesheet"></link>
7-
<link href="../../css/prism.css" rel="stylesheet" type="text/css">
8+
<link href="../../css/prism.css" rel="stylesheet">
89

910
</head>
1011

@@ -37,8 +38,8 @@
3738
<img id="example-element" src="img/firefox.png"/>
3839
</div>
3940

40-
<script type="text/javascript" src="../../js/prism.js"></script>
41-
<script type="text/javascript" src="../../js/editable.js"></script>
41+
<script src="../../js/prism.js"></script>
42+
<script src="../../js/editable.js"></script>
4243

4344
</body>
4445

editable-samples/codemirror/mode/css/gss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<title>CodeMirror: Closure Stylesheets (GSS) mode</title>
44
<meta charset="utf-8"/>

editable-samples/codemirror/mode/css/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<title>CodeMirror: CSS mode</title>
44
<meta charset="utf-8"/>

editable-samples/codemirror/mode/css/less.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<title>CodeMirror: LESS mode</title>
44
<meta charset="utf-8"/>
@@ -72,8 +72,6 @@ <h2>LESS mode</h2>
7272

7373
.rounded-corners (@radius: 5px) {
7474
border-radius: @radius;
75-
-webkit-border-radius: @radius;
76-
-moz-border-radius: @radius;
7775
}
7876

7977
@import url("something.css");
@@ -91,7 +89,6 @@ <h2>LESS mode</h2>
9189
border-top: 2px solid lighten(@alpha-blue, 20%);
9290
border-bottom: 2px solid darken(@alpha-blue, 25%);
9391
.box-shadow(0, 1px, 8px, 0.6);
94-
-moz-box-shadow: 0 0 0 #000; // Because firefox sucks.
9592

9693
&.docked {
9794
background-color: hsla(210, 60%, 40%, 0.4);

editable-samples/codemirror/mode/css/scss.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22

33
<title>CodeMirror: SCSS mode</title>
44
<meta charset="utf-8"/>

houdini/css_painting_api/example-boxbg.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en-us">
33
<head>
4-
54
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
5+
<meta name="viewport" content="width=device-width" />
6+
<title>CSS Painting API example</title>
77
<style>
88
li {
99
background-image: paint(boxbg);
@@ -20,11 +20,7 @@
2020
--widthSubtractor: 40;
2121
}
2222
</style>
23-
24-
25-
<title>CSS Painting API example</title>
2623

27-
2824
</head>
2925
<body>
3026
<ul>

0 commit comments

Comments
 (0)