From 916f38adc5ebd75edb875dca692fab1a77176254 Mon Sep 17 00:00:00 2001
From: Estelle Weyl
Date: Wed, 8 Feb 2023 11:05:03 -0800
Subject: [PATCH] Group 5: modernize content
---
flow/block-inline/change-formatting.html | 6 +++---
flow/block-inline/flex.html | 6 +++---
flow/block-inline/inline.html | 6 +++---
flow/block-inline/line-box.html | 6 +++---
flow/block-inline/normal-flow-collapsing.html | 6 +++---
flow/block-inline/normal-flow-margin-zero.html | 6 +++---
flow/block-inline/normal-flow-width.html | 6 +++---
flow/block-inline/normal-flow.html | 6 +++---
flow/formatting-contexts/bfc-flow-root.html | 6 +++---
flow/formatting-contexts/bfc-overflow.html | 6 +++---
flow/formatting-contexts/float.html | 6 +++---
flow/formatting-contexts/inline.html | 6 +++---
flow/in-flow/abspos.html | 6 +++---
flow/in-flow/float.html | 6 +++---
flow/in-flow/in-flow.html | 6 +++---
flow/in-flow/relative.html | 6 +++---
flow/overflow/auto.html | 6 +++---
flow/overflow/hidden.html | 6 +++---
flow/overflow/overflow-y.html | 6 +++---
flow/overflow/overflow.html | 6 +++---
flow/overflow/scroll.html | 6 +++---
flow/overflow/text-overflow.html | 6 +++---
flow/writing-modes/block-change-mode.html | 6 +++---
flow/writing-modes/creative-use.html | 6 +++---
flow/writing-modes/horizontal-tb.html | 6 +++---
flow/writing-modes/inline-change-mode.html | 6 +++---
flow/writing-modes/inline-size.html | 6 +++---
flow/writing-modes/replaced.html | 6 +++---
flow/writing-modes/vertical-lr.html | 6 +++---
flow/writing-modes/vertical-rl.html | 6 +++---
flow/writing-modes/width.html | 6 +++---
font-features/font-kerning.html | 6 +++---
font-features/font-variant-alternates.html | 6 +++---
font-features/font-variant-caps.html | 6 +++---
font-features/font-variant-east-asian.html | 6 +++---
font-features/font-variant-ligatures.html | 6 +++---
font-features/font-variant-numeric-frac.html | 6 +++---
font-features/font-variant-numeric.html | 6 +++---
font-features/font-variant-position.html | 6 +++---
font-features/font-variant.html | 6 +++---
40 files changed, 120 insertions(+), 120 deletions(-)
diff --git a/flow/block-inline/change-formatting.html b/flow/block-inline/change-formatting.html
index 45023630..36719b40 100644
--- a/flow/block-inline/change-formatting.html
+++ b/flow/block-inline/change-formatting.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: Inline
diff --git a/flow/block-inline/flex.html b/flow/block-inline/flex.html
index 6d966289..4bc24ae3 100644
--- a/flow/block-inline/flex.html
+++ b/flow/block-inline/flex.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: inner and outer display types
diff --git a/flow/block-inline/inline.html b/flow/block-inline/inline.html
index ff56e72a..9c52523d 100644
--- a/flow/block-inline/inline.html
+++ b/flow/block-inline/inline.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: Inline
diff --git a/flow/block-inline/line-box.html b/flow/block-inline/line-box.html
index 898bdb5c..46b5b408 100644
--- a/flow/block-inline/line-box.html
+++ b/flow/block-inline/line-box.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: Inline
diff --git a/flow/block-inline/normal-flow-collapsing.html b/flow/block-inline/normal-flow-collapsing.html
index 96c8865b..56b19e64 100644
--- a/flow/block-inline/normal-flow-collapsing.html
+++ b/flow/block-inline/normal-flow-collapsing.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: Margin Collapsing
diff --git a/flow/block-inline/normal-flow-margin-zero.html b/flow/block-inline/normal-flow-margin-zero.html
index ac422b2e..fc03eecf 100644
--- a/flow/block-inline/normal-flow-margin-zero.html
+++ b/flow/block-inline/normal-flow-margin-zero.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow
diff --git a/flow/block-inline/normal-flow-width.html b/flow/block-inline/normal-flow-width.html
index da77463b..a6f8461a 100644
--- a/flow/block-inline/normal-flow-width.html
+++ b/flow/block-inline/normal-flow-width.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow
diff --git a/flow/block-inline/normal-flow.html b/flow/block-inline/normal-flow.html
index 8c032023..88d8227c 100644
--- a/flow/block-inline/normal-flow.html
+++ b/flow/block-inline/normal-flow.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow
diff --git a/flow/formatting-contexts/bfc-flow-root.html b/flow/formatting-contexts/bfc-flow-root.html
index 483fa20a..2ecb382d 100644
--- a/flow/formatting-contexts/bfc-flow-root.html
+++ b/flow/formatting-contexts/bfc-flow-root.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Formatting Contexts: create a BFC with display: flow-root
diff --git a/flow/formatting-contexts/bfc-overflow.html b/flow/formatting-contexts/bfc-overflow.html
index f721d5b0..dd310c66 100644
--- a/flow/formatting-contexts/bfc-overflow.html
+++ b/flow/formatting-contexts/bfc-overflow.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Formatting Contexts: create a BFC with overflow
diff --git a/flow/formatting-contexts/float.html b/flow/formatting-contexts/float.html
index 5ed96def..7e373cae 100644
--- a/flow/formatting-contexts/float.html
+++ b/flow/formatting-contexts/float.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Formatting Contexts
diff --git a/flow/formatting-contexts/inline.html b/flow/formatting-contexts/inline.html
index 4ffa95cf..e39c0c77 100644
--- a/flow/formatting-contexts/inline.html
+++ b/flow/formatting-contexts/inline.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Normal Flow: Inline
diff --git a/flow/in-flow/abspos.html b/flow/in-flow/abspos.html
index ad84bc5c..b430bc91 100644
--- a/flow/in-flow/abspos.html
+++ b/flow/in-flow/abspos.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Flow: Items with position absolute
diff --git a/flow/in-flow/float.html b/flow/in-flow/float.html
index 7b6783c7..6ce82b5d 100644
--- a/flow/in-flow/float.html
+++ b/flow/in-flow/float.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Flow: float
diff --git a/flow/in-flow/in-flow.html b/flow/in-flow/in-flow.html
index eabe390c..b2b97dd7 100644
--- a/flow/in-flow/in-flow.html
+++ b/flow/in-flow/in-flow.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Flow: in-flow elements
diff --git a/flow/in-flow/relative.html b/flow/in-flow/relative.html
index 30b61a46..e12a5da2 100644
--- a/flow/in-flow/relative.html
+++ b/flow/in-flow/relative.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Flow: Items with position relative
diff --git a/flow/overflow/auto.html b/flow/overflow/auto.html
index 72de6d3e..63b0397d 100644
--- a/flow/overflow/auto.html
+++ b/flow/overflow/auto.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow auto
diff --git a/flow/overflow/hidden.html b/flow/overflow/hidden.html
index 7699b1e8..a1c26914 100644
--- a/flow/overflow/hidden.html
+++ b/flow/overflow/hidden.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow hidden
diff --git a/flow/overflow/overflow-y.html b/flow/overflow/overflow-y.html
index e459a6ed..abec161b 100644
--- a/flow/overflow/overflow-y.html
+++ b/flow/overflow/overflow-y.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow clip
diff --git a/flow/overflow/overflow.html b/flow/overflow/overflow.html
index 316e0cab..b18b217e 100644
--- a/flow/overflow/overflow.html
+++ b/flow/overflow/overflow.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow
diff --git a/flow/overflow/scroll.html b/flow/overflow/scroll.html
index 6c71dec7..53848471 100644
--- a/flow/overflow/scroll.html
+++ b/flow/overflow/scroll.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow scroll
diff --git a/flow/overflow/text-overflow.html b/flow/overflow/text-overflow.html
index 0b1f7e7f..217d0157 100644
--- a/flow/overflow/text-overflow.html
+++ b/flow/overflow/text-overflow.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
CSS Overflow clip
diff --git a/flow/writing-modes/block-change-mode.html b/flow/writing-modes/block-change-mode.html
index b57d77ed..b0abfa91 100644
--- a/flow/writing-modes/block-change-mode.html
+++ b/flow/writing-modes/block-change-mode.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Changing the writing mode of an block box
diff --git a/flow/writing-modes/creative-use.html b/flow/writing-modes/creative-use.html
index 7741c7c4..11e0206c 100644
--- a/flow/writing-modes/creative-use.html
+++ b/flow/writing-modes/creative-use.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Flow and Writing Modes
diff --git a/flow/writing-modes/horizontal-tb.html b/flow/writing-modes/horizontal-tb.html
index 0f982c42..34149023 100644
--- a/flow/writing-modes/horizontal-tb.html
+++ b/flow/writing-modes/horizontal-tb.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
horizontal-tb
diff --git a/flow/writing-modes/inline-change-mode.html b/flow/writing-modes/inline-change-mode.html
index ab7197dd..7ab2e90a 100644
--- a/flow/writing-modes/inline-change-mode.html
+++ b/flow/writing-modes/inline-change-mode.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Changing the writing mode of an inline box
diff --git a/flow/writing-modes/inline-size.html b/flow/writing-modes/inline-size.html
index 703c0d2b..49d55863 100644
--- a/flow/writing-modes/inline-size.html
+++ b/flow/writing-modes/inline-size.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Setting the inline-size on boxes
diff --git a/flow/writing-modes/replaced.html b/flow/writing-modes/replaced.html
index 497ab190..887a55b8 100644
--- a/flow/writing-modes/replaced.html
+++ b/flow/writing-modes/replaced.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Changing the writing mode of an block box
diff --git a/flow/writing-modes/vertical-lr.html b/flow/writing-modes/vertical-lr.html
index 2e5ea537..2ffe75f5 100644
--- a/flow/writing-modes/vertical-lr.html
+++ b/flow/writing-modes/vertical-lr.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
vertical-lr
diff --git a/flow/writing-modes/vertical-rl.html b/flow/writing-modes/vertical-rl.html
index d92da598..520b8fb9 100644
--- a/flow/writing-modes/vertical-rl.html
+++ b/flow/writing-modes/vertical-rl.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
vertical-rl
diff --git a/flow/writing-modes/width.html b/flow/writing-modes/width.html
index a8e5321d..f268648e 100644
--- a/flow/writing-modes/width.html
+++ b/flow/writing-modes/width.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Setting the width on boxes
diff --git a/font-features/font-kerning.html b/font-features/font-kerning.html
index 06650ade..bcfd1520 100644
--- a/font-features/font-kerning.html
+++ b/font-features/font-kerning.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - kerning
diff --git a/font-features/font-variant-alternates.html b/font-features/font-variant-alternates.html
index 0d55a5d4..2911a6cb 100644
--- a/font-features/font-variant-alternates.html
+++ b/font-features/font-variant-alternates.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - alternates
diff --git a/font-features/font-variant-caps.html b/font-features/font-variant-caps.html
index d93c811f..0156cc92 100644
--- a/font-features/font-variant-caps.html
+++ b/font-features/font-variant-caps.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - caps
diff --git a/font-features/font-variant-east-asian.html b/font-features/font-variant-east-asian.html
index 796d29ca..9061afb1 100644
--- a/font-features/font-variant-east-asian.html
+++ b/font-features/font-variant-east-asian.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - East Asian
diff --git a/font-features/font-variant-ligatures.html b/font-features/font-variant-ligatures.html
index 9e50b38d..b6649c95 100644
--- a/font-features/font-variant-ligatures.html
+++ b/font-features/font-variant-ligatures.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - ligatures
diff --git a/font-features/font-variant-numeric-frac.html b/font-features/font-variant-numeric-frac.html
index dcfaacc4..9af8fd81 100644
--- a/font-features/font-variant-numeric-frac.html
+++ b/font-features/font-variant-numeric-frac.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - numeric fractions, ordinals, and slashed zero
diff --git a/font-features/font-variant-numeric.html b/font-features/font-variant-numeric.html
index 57aed5e5..3c78cf57 100644
--- a/font-features/font-variant-numeric.html
+++ b/font-features/font-variant-numeric.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - numeric
diff --git a/font-features/font-variant-position.html b/font-features/font-variant-position.html
index 3979debf..0cb3c2bf 100644
--- a/font-features/font-variant-position.html
+++ b/font-features/font-variant-position.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - position
diff --git a/font-features/font-variant.html b/font-features/font-variant.html
index d77b16fc..a104e1fa 100644
--- a/font-features/font-variant.html
+++ b/font-features/font-variant.html
@@ -1,8 +1,8 @@
-
-
+
-
+
+
Font feature example - variant shorthand