Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge branch 'master' of https://github.com/w3c/web-platform-… #9305

Merged
merged 1 commit into from
Jan 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions css/css-fonts/cascading-font-sizes.html

This file was deleted.

2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-001.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS-fonts: first available font and the ex unit</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-001-ref.html">
<meta name="flags" content="">
<meta name="assert" content="Fonts that do not include the U+0020 character are not considered the first available font (used to determine the ex unit), even when at the start of the font list.">
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS-fonts: first available font and the ch unit</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-002-ref.html">
<meta name="flags" content="">
<meta name="assert" content="Fonts that do not include the U+0020 character are not considered the first available font (used to determine the ch unit), even when at the start of the font list.">
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-003.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS-fonts: first available font and the strut</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-003-ref.html">
<meta name="flags" content="">
<meta name="assert" content="The strut, which impacts the line height, is taken from the primary font, which is the first font to include the U+0020 character.">
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-004.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS-fonts: first available font and the strut</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-003-ref.html">
<meta name="flags" content="">
<meta name="assert" content="The strut, which impacts the line height, is taken from the primary font, which is the first font to include the U+0020 character.
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-005.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS fonts test: baseline position with explicit sizing, no space in first font</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-005-ref.html">
<meta name="flags" content="">
<meta name="assert" content="The position of the baseline in an inline-level box whose height is determined by a non-normal value of line-height
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-006.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS fonts test: baseline position with explicit sizing, no space in first font</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-005-ref.html">
<meta name="flags" content="">
<meta name="assert" content="The position of the baseline in an inline-level box whose height is determined by a non-normal value of line-height
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/first-available-font-007.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>CSS-fonts: inline level box content height and first available font, missing U+0020</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#first-available-font">
<link rel="help" href="https://www.w3.org/TR/css-font-4/#first-available-font">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#first-available-font">
<link rel="match" href="first-available-font-005-ref.html">
<meta name="flags" content="">
<meta name="assert" content="The height of the content area of an inline-level depends only on the first available font, which is the first one to include U+0020.">
Expand Down
2 changes: 1 addition & 1 deletion css/css-fonts/font-display/font-display-change.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="reftest-wait">
<title>Updating font-display value while loading</title>
<link rel="help" href="https://www.w3.org/TR/css-font-4/#font-display-desc">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-display-desc">
<link rel="match" href="font-display-change-ref.html">
<script>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-font-4/#font-display-timeline">
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-display-timeline">
<script nonce="abc" src="/resources/testharness.js"></script>
<script nonce="abc" src="/resources/testharnessreport.js"></script>
<style>
Expand Down
1 change: 1 addition & 0 deletions css/tools/w3ctestlib
Submodule w3ctestlib added at 03dbe8