Skip to content

Commit 516399f

Browse files
committed
Merge branch 't/10137b' into major
2 parents eaf5e73 + 9b3779c commit 516399f

File tree

1 file changed

+9
-69
lines changed

1 file changed

+9
-69
lines changed

samples/filter.html

Lines changed: 9 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ <h1 class="samples">
7070
'img(left,right)[!src,alt,width,height];' +
7171
'table tr th td caption;' +
7272
'span{!font-family};' +'
73-
'span{!color}'
73+
'span{!color}' +
74+
'span(!marker);' +
75+
'del ins'
7476
} );
7577
</pre>
7678
</div>
@@ -86,7 +88,9 @@ <h1 class="samples">
8688
'img(left,right)[!src,alt,width,height];' +
8789
'table tr th td caption;' +
8890
'span{!font-family};' +
89-
'span{!color}'
91+
'span{!color};' +
92+
'span(!marker);' +
93+
'del ins'
9094
} );
9195

9296
</script>
@@ -105,7 +109,7 @@ <h1 class="samples">
105109
<pre class="samples">
106110
CKEDITOR.replace( 'editor3', {
107111
allowedContent: {
108-
'b i ul ol': true,
112+
'b i ul ol big small': true,
109113
'h1 h2 h3 p blockquote li': {
110114
styles: 'text-align'
111115
},
@@ -126,7 +130,7 @@ <h1 class="samples">
126130

127131
CKEDITOR.replace( 'editor3', {
128132
allowedContent: {
129-
'b i ul ol': true,
133+
'b i ul ol big small': true,
130134
'h1 h2 h3 p blockquote li': {
131135
styles: 'text-align'
132136
},
@@ -180,76 +184,12 @@ <h1 class="samples">
180184
<label for="editor5">
181185
Editor 5:
182186
</label>
183-
<div class="description">
184-
<p>
185-
This editor is built on editable <code>&lt;div&gt;</code> element.
186-
</p>
187-
</div>
188-
<div id="editor5" contenteditable="true">
189-
<h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1>
190-
191-
<p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
192-
193-
<p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>
194-
195-
<h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>
196-
197-
<p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>
198-
199-
<blockquote>
200-
<p>One small step for [a] man, one giant leap for mankind.</p>
201-
</blockquote>
202-
203-
<h2>Technical details <a id="tech-details" name="tech-details"></a></h2>
204-
205-
<table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;">
206-
<caption><strong>Mission crew</strong></caption>
207-
<thead>
208-
<tr>
209-
<th scope="col">Position</th>
210-
<th scope="col">Astronaut</th>
211-
</tr>
212-
</thead>
213-
<tbody>
214-
<tr>
215-
<td>Commander</td>
216-
<td>Neil A. Armstrong</td>
217-
</tr>
218-
<tr>
219-
<td>Command Module Pilot</td>
220-
<td>Michael Collins</td>
221-
</tr>
222-
<tr>
223-
<td>Lunar Module Pilot</td>
224-
<td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td>
225-
</tr>
226-
</tbody>
227-
</table>
228-
229-
<p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p>
230-
231-
<ol>
232-
<li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>
233-
<li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>
234-
<li><strong>Lunar Module</strong> for landing on the Moon.</li>
235-
</ol>
236-
237-
<p>After being sent to the Moon by the Saturn V&#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>
238-
</div>
239-
</div>
240-
241-
<br>
242-
243-
<div>
244-
<label for="editor6">
245-
Editor 6:
246-
</label>
247187
<div class="description">
248188
<p>
249189
This editor is built on editable <code>&lt;h1&gt;</code> element.
250190
</p>
251191
</div>
252-
<h1 id="editor6" contenteditable="true">
192+
<h1 id="editor5" contenteditable="true">
253193
<em>Apollo 11</em> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC.
254194
</h1>
255195
</div>

0 commit comments

Comments
 (0)