Skip to content

Commit

Permalink
Move text-align, text-justify, word-spacing out of css/vendor-imports (
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Dec 9, 2021
1 parent 9263c77 commit 34217b1
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Text Test: Word Spacing</title>
<link rel="author" title="Nicholas Nethercote" href="mailto:nnethercote@mozilla.com">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<link rel="stylesheet" href="/fonts/ahem.css">
<meta name="flags" content="ahem">
<style>
@font-face {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<title>CSS Text Test: Word Spacing</title>
<link rel="author" title="Nicholas Nethercote" href="mailto:nnethercote@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css-text-3/#word-spacing">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<link rel="match" href="text-word-spacing-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<link rel="match" href="word-spacing-001-ref.html">
<meta name="flags" content="ahem">
<meta name="assert" content="Test checks that word-spacing works with percentages.">
<style>
Expand Down

0 comments on commit 34217b1

Please sign in to comment.