Skip to content

Fix typos in < and > html entities #4644

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

Merged
merged 1 commit into from
Jan 6, 2020
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
4 changes: 2 additions & 2 deletions css-exclusions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -648,11 +648,11 @@ Processing Model Example</h4>
&lt;body&gt;
&lt;div id="d1"&gt;
Lorem ipsusm ...
&lt;p id="e1"&gt;&lt/p&gt;
&lt;p id="e1"&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id="d2"&gt;
Lorem ipsusm ...
&lt;p id="e2" &gt;&lt/p&gt;
&lt;p id="e2" &gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
Expand Down
4 changes: 2 additions & 2 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ Sample HTML fragments, renderings, and your browser:
<table class="awesome-table data">
<thead><th>HTML<th>Reference rendering<th>Your Browser</thead>
<tr>
<td><code highlight=html>&ltdiv>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&ltdiv dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>
<td><code highlight=html>&lt;div>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&lt;div dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>

</table>

Expand Down
4 changes: 2 additions & 2 deletions css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ Sample HTML fragments, renderings, and your browser:
<table class="awesome-table data">
<thead><th>HTML<th>Reference rendering<th>Your Browser</thead>
<tr>
<td><code highlight=html>&ltdiv>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&ltdiv dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>
<td><code highlight=html>&lt;div>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&lt;div dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>

</table>

Expand Down
26 changes: 13 additions & 13 deletions css-page-floats-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ The 'clear' property</h2>
<pre>
.figure { float-reference: column; float: bottom; clear: none }

&ltdiv class=figure>&lt;/div>
&ltdiv class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
</pre>
<img alt="sample rendering" src="images/16.png">
</div>
Expand All @@ -573,8 +573,8 @@ The 'clear' property</h2>
<pre>
.figure { float-reference: column; float: bottom; clear: bottom }

&ltdiv class=figure>&lt;/div>
&ltdiv class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
</pre>

<img alt="sample rendering" src="images/17.png">
Expand All @@ -588,8 +588,8 @@ The 'clear' property</h2>
<pre>
.figure { float-reference: column; float: bottom; clear: top }

&ltdiv class=figure>&lt;/div>
&ltdiv class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
</pre>

<img alt="sample rendering" src="images/16.png">
Expand All @@ -602,8 +602,8 @@ The 'clear' property</h2>
<pre>
.figure { float-reference: column; float: bottom; clear: bottom }

&ltdiv class=figure>&lt;/div>
&ltdiv class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
</pre>

<img alt="sample rendering" src="images/17.png">
Expand All @@ -617,8 +617,8 @@ The 'clear' property</h2>
<pre>
.figure { float-reference: page; float: top; clear: top }

&ltdiv class=figure>&lt;/div>
&ltdiv class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
&lt;div class=figure>&lt;/div>
</pre>

</div>
Expand All @@ -631,8 +631,8 @@ The 'clear' property</h2>
.figure.one { float-reference: column; float: top; clear: top }
.figure.two { float-reference: column; float: bottom; clear: bottom }

&ltdiv class="figure one">&lt;/div>
&ltdiv class="figure two">&lt;/div>
&lt;div class="figure one">&lt;/div>
&lt;div class="figure two">&lt;/div>
</pre>

</div>
Expand All @@ -655,7 +655,7 @@ The 'clear' property</h2>

<pre class="propdef">
Name: float-defer
Value: &ltinteger> | last | none
Value: &lt;integer> | last | none
Initial: none
Applies to: floats
Inherited: no
Expand Down
2 changes: 1 addition & 1 deletion css-regions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ Multi-column regions</h2>

&lt;body&gt;
&lt;article&gt;...&lt;/article&gt;
&lt;div id="multicol"&gt&lt;/div&gt;
&lt;div id="multicol"&gt;&lt;/div&gt;
&lt;div id="remainder"&gt;&lt;/div&gt;
&lt;/body&gt;
</pre>
Expand Down
2 changes: 1 addition & 1 deletion css-tables-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ spec:css-sizing-3; type:property; text:box-sizing
A table-root is said to be laid out <dfn>in fixed mode</dfn>
whenever the computed value of the 'table-layout' property is equal to <code>fixed</code>,
and the specified width of the table root is either
a <code>&lt;length-percentage&gt</code>,
a <code>&lt;length-percentage&gt;</code>,
<code>min-content</code> or
<code>fit-content</code>.
When the specified width is not one of those values,
Expand Down
4 changes: 2 additions & 2 deletions css-ui-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ Sample HTML fragments, renderings, and your browser:
<table class="awesome-table data">
<thead><th>HTML<th>Reference rendering<th>Your Browser</thead>
<tr>
<td><code highlight=html>&ltdiv>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&ltdiv dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>
<td><code highlight=html>&lt;div>שלום 123456&lt;/div></code><td><div style="font-family:monospace">123456 ם…</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis">שלום 123456</div>
<tr><td><code highlight=html>&lt;div dir=rtl>שלום 123456&lt;/div></code><td><div style="font-family:monospace">…456 שלום</div><td><div style="font-family: monospace; white-space: pre; overflow: hidden; width: 9ch; text-overflow: ellipsis" dir=rtl>שלום 123456</div>

</table>

Expand Down