Skip to content

Commit 27fda0e

Browse files
authored
Merge pull request mdn#115 from queengooborg/two-value-to-multi-keyword
display: two-value -> multi-keyword
2 parents bd1e395 + 069ddd8 commit 27fda0e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

display/two-value/block-flow-root.html renamed to display/multi-keyword/block-flow-root.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<title>Two Values of Display: display: flow-root</title>
6+
<title>Multi-Keyword Values of Display: display: flow-root</title>
77

88
<style>
99
body {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<title>Two Values of Display: display: inline-block</title>
6+
<title>Multi-Keyword Values of Display: display: inline-block</title>
77

88
<style>
99
body {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<title>Two Values of Display: an inline flex container</title>
6+
<title>Multi-Keyword Values of Display: an inline flex container</title>
77

88
<style>
99
body {

display/two-value/two-value-flex.html renamed to display/multi-keyword/multi-keyword-flex.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<title>Two Values of Display: two value syntax</title>
6+
<title>Multi-Keyword Values of Display: two value syntax</title>
77

88
<style>
99
body {
@@ -84,7 +84,7 @@
8484

8585
<body>
8686
<section>
87-
<h1>Two values for display</h1>
87+
<h1>Multiple values for display</h1>
8888

8989
<div class="flex flex1">
9090
<div>Item One</div>
@@ -115,7 +115,7 @@ <h1>Two values for display</h1>
115115

116116
</textarea>
117117
<textarea id="code" class="playable-html" style="height: 280px;">
118-
<h1>Two values for display</h1>
118+
<h1>Multiple values for display</h1>
119119

120120
<div class="flex flex1">
121121
<div>Item One</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width" />
6-
<title>Two Values of Display: a span as a flex container</title>
6+
<title>Multi-Keyword Values of Display: a span as a flex container</title>
77

88
<style>
99
body {

0 commit comments

Comments
 (0)