Skip to content

Commit 05dd04a

Browse files
Merge branch 'mdn:main' into main
2 parents cf6e38f + fd4c867 commit 05dd04a

File tree

227 files changed

+2962
-2450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+2962
-2450
lines changed

backdrop/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
controls
2121
src="https://archive.org/download/BigBuckBunny_124/Content/big_buck_bunny_720p_surround.mp4"
2222
poster="https://peach.blender.org/wp-content/uploads/title_anouncement.jpg?x11217"
23-
width="620"
24-
>
23+
width="620">
2524
Sorry, your browser doesn't support embedded videos. Time to upgrade!
2625
</video>
2726
</section>

backdrop/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function toggleFullscreen() {
3636
if (!document.fullscreenElement) {
3737
elem
3838
.requestFullscreen()
39-
.then({})
39+
.then(() => {})
4040
.catch((err) => {
4141
alert(
4242
`Error attempting to enable full-screen mode: ${err.message} (${err.name})`,

counter-style-demo/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
.header h1 {
2929
margin: 0;
3030
padding: 0;
31-
font-family: Ubuntu, Arial, Tahoma, "Sans Serif";
31+
font-family: Ubuntu, Arial, Tahoma, sans-serif;
3232
}
3333

3434
.header {
@@ -41,7 +41,7 @@ body {
4141
.notes-section {
4242
margin: 10px;
4343
color: #4d4e53;
44-
font-family: Ubuntu, Arial, Tahoma, "Sans Serif";
44+
font-family: Ubuntu, Arial, Tahoma, sans-serif;
4545
float: left;
4646
}
4747

css-cookbook/list-group-badges.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
display: flex;
7373
justify-content: space-between;
7474
align-items: center;
75-
}</textarea>
75+
}</textarea
76+
>
7677

7778
<textarea class="playable playable-html" style="height: 270px">
7879
<ul class="list-group">

css-cookbook/sharp-account_box-24px.svg

Lines changed: 1 addition & 1 deletion
Loading

css-text/hyphens.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
inline-size: 150px;
3838
overflow-wrap: break-word;
3939
hyphens: manual;
40-
}</textarea>
40+
}</textarea
41+
>
4142

4243
<textarea class="playable playable-html" style="height: 150px">
4344
<div class="box">

css-text/inline-overflow-hidden.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
.box {
3636
inline-size: 150px;
3737
overflow: hidden;
38-
}</textarea>
38+
}</textarea
39+
>
3940

40-
<textarea class="playable playable-html" style="height: 150px;">
41+
<textarea class="playable playable-html" style="height: 150px">
4142
<div class="box">
4243
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
4344
</div>

css-text/inline-overflow.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<textarea class="playable playable-css" style="height: 100px">
3434
.box {
3535
inline-size: 150px;
36-
}</textarea>
36+
}</textarea
37+
>
3738

3839
<textarea class="playable playable-html" style="height: 150px">
3940
<div class="box">

css-text/min-content.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<textarea class="playable playable-css" style="height: 100px">
3434
.box {
3535
inline-size: min-content;
36-
}</textarea>
36+
}</textarea
37+
>
3738

3839
<textarea class="playable playable-html" style="height: 150px">
3940
<div class="box">

css-text/overflow-wrap.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
.box {
3636
inline-size: 150px;
3737
overflow-wrap: break-word;
38-
}</textarea>
38+
}</textarea
39+
>
3940

4041
<textarea class="playable playable-html" style="height: 150px">
4142
<div class="box">

0 commit comments

Comments
 (0)