Skip to content

Commit d7dfdcc

Browse files
committed
[css-transitions] Fix reasonable bikeshed fatal error: Convert <td><em>...:</em></td> in propdef tables to <th>...:</th>.
1 parent 85b148e commit d7dfdcc

2 files changed

Lines changed: 202 additions & 202 deletions

File tree

css-transitions/Overview.html

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Transitions" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-01-09 name=dcterms.date>
13+
<meta content=2014-01-27 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-transitions/"
@@ -40,7 +40,7 @@
4040

4141
<h1>CSS Transitions</h1>
4242

43-
<h2 class="no-num no-toc">Editor's Draft 9 January 2014</h2>
43+
<h2 class="no-num no-toc">Editor's Draft 27 January 2014</h2>
4444

4545
<dl>
4646
<dt>This version:
@@ -372,12 +372,12 @@ <h3 id=transition-property-property><span class=secno>2.1. </span><a
372372
<table class=propdef>
373373
<tbody>
374374
<tr>
375-
<td> <em>Name:</em>
375+
<th> Name:
376376

377377
<td> <dfn id=transition-property>transition-property</dfn>
378378

379379
<tr>
380-
<td> <em>Value:</em>
380+
<th> Value:
381381

382382
<td> none | <a
383383
href="#single-transition-property">&lt;single-transition-property&gt;</a>
@@ -386,42 +386,42 @@ <h3 id=transition-property-property><span class=secno>2.1. </span><a
386386
]*
387387

388388
<tr>
389-
<td> <em>Initial:</em>
389+
<th> Initial:
390390

391391
<td> all
392392

393393
<tr>
394-
<td> <em>Applies to:</em>
394+
<th> Applies to:
395395

396396
<td> all elements, :before and :after pseudo elements
397397

398398
<tr>
399-
<td> <em>Inherited:</em>
399+
<th> Inherited:
400400

401401
<td> no
402402

403403
<tr>
404-
<td> <em>Animatable:</em>
404+
<th> Animatable:
405405

406406
<td> no
407407

408408
<tr>
409-
<td> <em>Percentages:</em>
409+
<th> Percentages:
410410

411411
<td> N/A
412412

413413
<tr>
414-
<td> <em>Media:</em>
414+
<th> Media:
415415

416416
<td> visual
417417

418418
<tr>
419-
<td> <em>Computed value:</em>
419+
<th> Computed value:
420420

421421
<td> Same as specified value.
422422

423423
<tr>
424-
<td> <em>Canonical order:</em>
424+
<th> Canonical order:
425425

426426
<td> <abbr title="follows order of property value definition">per
427427
grammar</abbr>
@@ -491,52 +491,52 @@ <h3 id=transition-duration-property><span class=secno>2.2. </span><a
491491
<table class=propdef>
492492
<tbody>
493493
<tr>
494-
<td> <em>Name:</em>
494+
<th> Name:
495495

496496
<td> <dfn id=transition-duration>transition-duration</dfn>
497497

498498
<tr>
499-
<td> <em>Value:</em>
499+
<th> Value:
500500

501501
<td> <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
502502

503503
<tr>
504-
<td> <em>Initial:</em>
504+
<th> Initial:
505505

506506
<td> 0s
507507

508508
<tr>
509-
<td> <em>Applies to:</em>
509+
<th> Applies to:
510510

511511
<td> all elements, :before and :after pseudo elements
512512

513513
<tr>
514-
<td> <em>Inherited:</em>
514+
<th> Inherited:
515515

516516
<td> no
517517

518518
<tr>
519-
<td> <em>Animatable:</em>
519+
<th> Animatable:
520520

521521
<td> no
522522

523523
<tr>
524-
<td> <em>Percentages:</em>
524+
<th> Percentages:
525525

526526
<td> N/A
527527

528528
<tr>
529-
<td> <em>Media:</em>
529+
<th> Media:
530530

531531
<td> interactive
532532

533533
<tr>
534-
<td> <em>Computed value:</em>
534+
<th> Computed value:
535535

536536
<td> Same as specified value.
537537

538538
<tr>
539-
<td> <em>Canonical order:</em>
539+
<th> Canonical order:
540540

541541
<td> <abbr title="follows order of property value definition">per
542542
grammar</abbr>
@@ -606,12 +606,12 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
606606
<table class=propdef>
607607
<tbody>
608608
<tr>
609-
<td> <em>Name:</em>
609+
<th> Name:
610610

611611
<td> <dfn id=transition-timing-function>transition-timing-function</dfn>
612612

613613
<tr>
614-
<td> <em>Value:</em>
614+
<th> Value:
615615

616616
<td> <a
617617
href="#single-transition-timing-function">&lt;single-transition-timing-function&gt;</a>
@@ -620,42 +620,42 @@ <h3 id=transition-timing-function-property><span class=secno>2.3. </span><a
620620
]*
621621

622622
<tr>
623-
<td> <em>Initial:</em>
623+
<th> Initial:
624624

625625
<td> ease
626626

627627
<tr>
628-
<td> <em>Applies to:</em>
628+
<th> Applies to:
629629

630630
<td> all elements, :before and :after pseudo elements
631631

632632
<tr>
633-
<td> <em>Inherited:</em>
633+
<th> Inherited:
634634

635635
<td> no
636636

637637
<tr>
638-
<td> <em>Animatable:</em>
638+
<th> Animatable:
639639

640640
<td> no
641641

642642
<tr>
643-
<td> <em>Percentages:</em>
643+
<th> Percentages:
644644

645645
<td> N/A
646646

647647
<tr>
648-
<td> <em>Media:</em>
648+
<th> Media:
649649

650650
<td> interactive
651651

652652
<tr>
653-
<td> <em>Computed value:</em>
653+
<th> Computed value:
654654

655655
<td> Same as specified value.
656656

657657
<tr>
658-
<td> <em>Canonical order:</em>
658+
<th> Canonical order:
659659

660660
<td> <abbr title="follows order of property value definition">per
661661
grammar</abbr>
@@ -750,52 +750,52 @@ <h3 id=transition-delay-property><span class=secno>2.4. </span><a
750750
<table class=propdef>
751751
<tbody>
752752
<tr>
753-
<td> <em>Name:</em>
753+
<th> Name:
754754

755755
<td> <dfn id=transition-delay>transition-delay</dfn>
756756

757757
<tr>
758-
<td> <em>Value:</em>
758+
<th> Value:
759759

760760
<td> <span>&lt;time&gt;</span> [, <span>&lt;time&gt;</span>]*
761761

762762
<tr>
763-
<td> <em>Initial:</em>
763+
<th> Initial:
764764

765765
<td> 0s
766766

767767
<tr>
768-
<td> <em>Applies to:</em>
768+
<th> Applies to:
769769

770770
<td> all elements, :before and :after pseudo elements
771771

772772
<tr>
773-
<td> <em>Inherited:</em>
773+
<th> Inherited:
774774

775775
<td> no
776776

777777
<tr>
778-
<td> <em>Animatable:</em>
778+
<th> Animatable:
779779

780780
<td> no
781781

782782
<tr>
783-
<td> <em>Percentages:</em>
783+
<th> Percentages:
784784

785785
<td> N/A
786786

787787
<tr>
788-
<td> <em>Media:</em>
788+
<th> Media:
789789

790790
<td> interactive
791791

792792
<tr>
793-
<td> <em>Computed value:</em>
793+
<th> Computed value:
794794

795795
<td> Same as specified value.
796796

797797
<tr>
798-
<td> <em>Canonical order:</em>
798+
<th> Canonical order:
799799

800800
<td> <abbr title="follows order of property value definition">per
801801
grammar</abbr>
@@ -813,54 +813,54 @@ <h3 id=transition-shorthand-property><span class=secno>2.5. </span><a
813813
<table class=propdef>
814814
<tbody>
815815
<tr>
816-
<td> <em>Name:</em>
816+
<th> Name:
817817

818818
<td> <dfn id=transition>transition</dfn>
819819

820820
<tr>
821-
<td> <em>Value:</em>
821+
<th> Value:
822822

823823
<td> <a href="#single-transition">&lt;single-transition&gt;</a> [
824824
<code class=css>,</code><a
825825
href="#single-transition">&lt;single-transition&gt;</a> ]*
826826

827827
<tr>
828-
<td> <em>Initial:</em>
828+
<th> Initial:
829829

830830
<td> see individual properties
831831

832832
<tr>
833-
<td> <em>Applies to:</em>
833+
<th> Applies to:
834834

835835
<td> all elements, :before and :after pseudo elements
836836

837837
<tr>
838-
<td> <em>Inherited:</em>
838+
<th> Inherited:
839839

840840
<td> no
841841

842842
<tr>
843-
<td> <em>Animatable:</em>
843+
<th> Animatable:
844844

845845
<td> no
846846

847847
<tr>
848-
<td> <em>Percentages:</em>
848+
<th> Percentages:
849849

850850
<td> N/A
851851

852852
<tr>
853-
<td> <em>Media:</em>
853+
<th> Media:
854854

855855
<td> interactive
856856

857857
<tr>
858-
<td> <em>Computed value:</em>
858+
<th> Computed value:
859859

860860
<td> see individual properties
861861

862862
<tr>
863-
<td> <em>Canonical order:</em>
863+
<th> Canonical order:
864864

865865
<td> <abbr title="follows order of property value definition">per
866866
grammar</abbr>

0 commit comments

Comments
 (0)