8
0
Просмотр исходного кода

Internal: Italic feature uses <i> now. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
bee82cb5bd

+ 1 - 1
packages/ckeditor5-build-classic/tests/ckeditor.js

@@ -93,7 +93,7 @@ describe( 'ClassicEditor', () => {
 			const data = [
 				'<p>',
 				'<strong>Test:strong</strong>',
-				'<em>Test:em</em>',
+				'<i>Test:i</i>',
 				'</p>'
 			].join( '' );
 

+ 1 - 1
packages/ckeditor5-build-classic/tests/manual/ckeditor-cjs-version.html

@@ -15,7 +15,7 @@
 
 	<h3>Notes</h3>
 
-	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
+	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
 
 	<ul>
 		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>

+ 1 - 1
packages/ckeditor5-build-classic/tests/manual/ckeditor.compat.html

@@ -15,7 +15,7 @@
 
 	<h3>Notes</h3>
 
-	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
+	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
 
 	<ul>
 		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>

+ 1 - 1
packages/ckeditor5-build-classic/tests/manual/ckeditor.html

@@ -15,7 +15,7 @@
 
 	<h3>Notes</h3>
 
-	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
+	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <i>under heavy development</i> and this demo is not production-ready software. For example:</p>
 
 	<ul>
 		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>