Skip to content

Commit a001064

Browse files
authored
Merge pull request #105 from estelle/group2
Group 2: modernize content
2 parents de0c9e1 + c6e98af commit a001064

Some content is hidden

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

52 files changed

+163
-162
lines changed

multicol/balancing/auto.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - auto</title>
77

88
<style>

multicol/balancing/balance.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - balancing</title>
77

88
<style>

multicol/basics/column-count-width.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-count and column-width</title>
77

88
<style>

multicol/basics/column-count.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-count</title>
77

88
<style>

multicol/basics/column-width.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-width</title>
77

88
<style>

multicol/fragmentation/break-before.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - break-before</title>
77

88
<style>

multicol/fragmentation/break-inside.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - break-inside</title>
77

88
<style>

multicol/fragmentation/orphans.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - orphans</title>
77

88
<style>

multicol/overflow/image-max-width.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - image with max-width</title>
77

88
<style>

multicol/overflow/image.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - image overflow</title>
77

88
<style>

multicol/overflow/min-height.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - min-height media query</title>
77

88
<style>

multicol/overflow/overflow-inline.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - inline overflow</title>
77

88
<style>

multicol/spanning/h2-span.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - h2 spanning element</title>
77

88
<style>

multicol/spanning/mpb-span.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - broken border and padding</title>
77

88
<style>

multicol/spanning/nested-h2-span.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - h2 spanning element inside article</title>
77

88
<style>

multicol/styling/column-gap.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-gap</title>
77

88
<style>

multicol/styling/column-rule-wide.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-rule properties</title>
77

88
<style>

multicol/styling/column-rule.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>Multicol example - column-rule properties</title>
77

88
<style>

scroll-snap/align.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - scroll-snap-align</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/mandatory-proximity.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - Mandatory or Proximity</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/mandatory-y-old-spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - old specification</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/mandatory-y.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - Initial Example</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/scroll-margin.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - scroll-padding</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/scroll-padding-sticky.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - scroll-padding sticky header</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

scroll-snap/scroll-padding.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
2-
<html lang="en">
3-
1+
<!DOCTYPE html>
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Scroll Snap - scroll-padding</title>
77
<link rel="stylesheet" href="../css-cookbook/styles.css">
88
<style>

shapes/basic-shape/circle-generated.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: circle()</title>
77

88
<style>

shapes/basic-shape/circle.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: circle()</title>
77

88
<style>

shapes/basic-shape/ellipse-keywords.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: ellipse() keywords</title>
77

88
<style>

shapes/basic-shape/ellipse.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: ellipse()</title>
77

88
<style>

shapes/basic-shape/inset-box.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: inset() and the reference box</title>
77

88
<style>

shapes/basic-shape/inset.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: inset()</title>
77

88
<style>

shapes/basic-shape/polygon.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-us">
43
<head>
5-
<meta charset="utf-8">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
66
<title>CSS Shapes Basic Shapes: polygon()</title>
77

88
<style>

0 commit comments

Comments
 (0)