Skip to content

Commit 38e2be9

Browse files
committed
[css-color-3] Replace <td><em> with <th> since styling for former is no longer supported.
https://lists.w3.org/Archives/Member/w3c-css-wg/2014JulSep/0018.html explains that the styles have been removed for default.css
1 parent 8355920 commit 38e2be9

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

css-color-3/Overview.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -374,42 +374,42 @@ <h3 id=foreground><span class=secno>3.1. </span>Foreground color: the ‘<a
374374
<table class=propdef>
375375
<tbody>
376376
<tr>
377-
<td><em>Name:</em>
377+
<th>Name:
378378

379379
<td><dfn id=color0>color</dfn>
380380

381381
<tr>
382-
<td><em>Value:</em>
382+
<th>Value:
383383

384384
<td>&lt;color&gt; | inherit
385385

386386
<tr>
387-
<td><em>Initial:</em>
387+
<th>Initial:
388388

389389
<td>depends on user agent
390390

391391
<tr>
392-
<td><em>Applies to:</em>
392+
<th>Applies to:
393393

394394
<td>all elements
395395

396396
<tr>
397-
<td><em>Inherited:</em>
397+
<th>Inherited:
398398

399399
<td>yes
400400

401401
<tr>
402-
<td><em>Percentages:</em>
402+
<th>Percentages:
403403

404404
<td>N/A
405405

406406
<tr>
407-
<td><em>Media:</em>
407+
<th>Media:
408408

409409
<td>visual
410410

411411
<tr>
412-
<td><em>Computed value:</em>
412+
<th>Computed value:
413413

414414
<td>
415415
<ul>
@@ -467,42 +467,42 @@ <h3 id=transparency><span class=secno>3.2. </span>Transparency: the ‘<a
467467
<table class=propdef>
468468
<tbody>
469469
<tr>
470-
<td><em>Name:</em>
470+
<th>Name:
471471

472472
<td><dfn id=opacity>opacity</dfn>
473473

474474
<tr>
475-
<td><em>Value:</em>
475+
<th>Value:
476476

477477
<td>&lt;alphavalue&gt; | inherit
478478

479479
<tr>
480-
<td><em>Initial:</em>
480+
<th>Initial:
481481

482482
<td>1
483483

484484
<tr>
485-
<td><em>Applies to:</em>
485+
<th>Applies to:
486486

487487
<td>all elements
488488

489489
<tr>
490-
<td><em>Inherited:</em>
490+
<th>Inherited:
491491

492492
<td>no
493493

494494
<tr>
495-
<td><em>Percentages:</em>
495+
<th>Percentages:
496496

497497
<td>N/A
498498

499499
<tr>
500-
<td><em>Media:</em>
500+
<th>Media:
501501

502502
<td>visual
503503

504504
<tr>
505-
<td><em>Computed value:</em>
505+
<th>Computed value:
506506

507507
<td>The same as the specified value after clipping the
508508
&lt;alphavalue&gt; to the range [0.0,1.0].

css-color-3/Overview.src.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -203,35 +203,35 @@ <h3 id="foreground">Foreground color: the 'color' property</h3>
203203
<table class="propdef">
204204
<tbody>
205205
<tr>
206-
<td><em>Name:</em></td>
206+
<th>Name:</th>
207207
<td><dfn id="color0">color</dfn></td>
208208
</tr>
209209
<tr>
210-
<td><em>Value:</em></td>
210+
<th>Value:</th>
211211
<td>&lt;color&gt; | inherit</td>
212212
</tr>
213213
<tr>
214-
<td><em>Initial:</em></td>
214+
<th>Initial:</th>
215215
<td>depends on user agent</td>
216216
</tr>
217217
<tr>
218-
<td><em>Applies&nbsp;to:</em></td>
218+
<th>Applies&nbsp;to:</th>
219219
<td>all elements</td>
220220
</tr>
221221
<tr>
222-
<td><em>Inherited:</em></td>
222+
<th>Inherited:</th>
223223
<td>yes</td>
224224
</tr>
225225
<tr>
226-
<td><em>Percentages:</em></td>
226+
<th>Percentages:</th>
227227
<td>N/A</td>
228228
</tr>
229229
<tr>
230-
<td><em>Media:</em></td>
230+
<th>Media:</th>
231231
<td>visual</td>
232232
</tr>
233233
<tr>
234-
<td><em>Computed value:</em></td>
234+
<th>Computed value:</th>
235235
<td>
236236
<ul>
237237
<li>The computed value for basic color keywords, RGB hex values and extended color keywords
@@ -278,35 +278,35 @@ <h3 id="transparency">Transparency: the 'opacity' property</h3>
278278
<table class="propdef">
279279
<tbody>
280280
<tr>
281-
<td><em>Name:</em></td>
281+
<th>Name:</th>
282282
<td><dfn id="opacity">opacity</dfn></td>
283283
</tr>
284284
<tr>
285-
<td><em>Value:</em></td>
285+
<th>Value:</th>
286286
<td>&lt;alphavalue&gt; | inherit</td>
287287
</tr>
288288
<tr>
289-
<td><em>Initial:</em></td>
289+
<th>Initial:</th>
290290
<td>1</td>
291291
</tr>
292292
<tr>
293-
<td><em>Applies&nbsp;to:</em></td>
293+
<th>Applies&nbsp;to:</th>
294294
<td>all elements</td>
295295
</tr>
296296
<tr>
297-
<td><em>Inherited:</em></td>
297+
<th>Inherited:</th>
298298
<td>no</td>
299299
</tr>
300300
<tr>
301-
<td><em>Percentages:</em></td>
301+
<th>Percentages:</th>
302302
<td>N/A</td>
303303
</tr>
304304
<tr>
305-
<td><em>Media:</em></td>
305+
<th>Media:</th>
306306
<td>visual</td>
307307
</tr>
308308
<tr>
309-
<td><em>Computed value:</em></td>
309+
<th>Computed value:</th>
310310
<td>The same as the specified value after clipping the &lt;alphavalue&gt; to the range [0.0,1.0]. </td>
311311
</tr>
312312
</tbody>

0 commit comments

Comments
 (0)