Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 2cb1f01

Browse files
committed
[cs-text-3] Update assertion to use latest language from ED
1 parent 12b39f9 commit 2cb1f01

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

css-text-3/line-breaking/line-breaking-009.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<meta name=help content="https://www.w3.org/TR/css-text/#line-break-details">
77
<link rel=match href="references/line-breaking-001-ref.html">
88
<style>

css-text-3/line-breaking/line-breaking-010.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary 2</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<meta name=help content="https://www.w3.org/TR/css-text/#line-break-details">
77
<link rel=match href="references/line-breaking-001-ref.html">
88
<style>

css-text-3/line-breaking/line-breaking-011.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary 3</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<meta name=help content="https://www.w3.org/TR/css-text/#line-break-details">
77
<link rel=match href="references/line-breaking-001-ref.html">
88
<style>

css-text-3/line-breaking/line-breaking-ic-001.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary with ideographic caracters 1</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<!--
77
This test is useful under the assumption
88
that there is a soft wrapping opportunity

css-text-3/line-breaking/line-breaking-ic-002.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary with ideographic caracters 2</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<!--
77
This test is useful under the assumption
88
that there is a soft wrapping opportunity

css-text-3/line-breaking/line-breaking-ic-003.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<meta charset="utf-8">
44
<title>CSS Text — line breaking at element boundary with ideographic caracters 1</title>
5-
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on the element containing the boundary control breaking.">
5+
<meta name=assert content="For soft wrap opportunities defined by the boundary between two characters, the properties on nearest common ancestor of the two characters controls breaking.">
66
<!--
77
This test is useful under the assumption
88
that there is a soft wrapping opportunity

0 commit comments

Comments
 (0)