public-html-diffs@w3.org from December 2008 by subject

spec/Overview.html 1.1660 2489 Drop HAVE_SOME_DATA. (credit: ec) (whatw

spec/Overview.html 1.1661 2490 Make play() not reset playbackRate, sinc

spec/Overview.html 1.1662 2491 Clarify the requirement that UAs must ma

spec/Overview.html 1.1663 2492 Add another example for 'durationchange'

spec/Overview.html 1.1664 2493 Put pixelratio='' to rest. (whatwg r2493

spec/Overview.html 1.1665 2494 Clarify that playbackRate, and allow it

spec/Overview.html 1.1666 2495 Clarify the requirements around HAVE_MET

spec/Overview.html 1.1667 2496 Fire 'waiting' after play() if playback

spec/Overview.html 1.1668 2497 Prevent firing double 'waiting' events i

spec/Overview.html 1.1669 2498 New plan. Introduce a 'playing' event fo

spec/Overview.html 1.1670 2499 Always put javascript: into the online w

spec/Overview.html 1.1671 2500 Support <script> in <select>/<optgroup>/

spec/Overview.html 1.1672 2501 <h1><h2> should close <h1> (but <h1><spa

spec/Overview.html 1.1673 2502 Lower-case the DOCTYPE name so that UAs

spec/Overview.html 1.1674 2503 People are always complaining about this

spec/Overview.html 1.1675 2504 Fix text that makes no sense for handlin

spec/Overview.html 1.1676 2505 Fix </form> handling for the case where

spec/Overview.html 1.1677 2506 Update comment for previous checkin (not

spec/Overview.html 1.1678 2507 Disambiguate </li> and </dd>/</dt> proce

spec/Overview.html 1.1679 2508 The 'after head' insertion mode wasn't u

spec/Overview.html 1.1680 2509 Make <code> into a formatting element af

spec/Overview.html 1.1681 2510 Remove the note about nesting <optgroup>

spec/Overview.html 1.1682 2511 Explain(?) that entities inside escaping

spec/Overview.html 1.1683 2512 Attempt to define that <script>document.

spec/Overview.html 1.1684 2513 make this parenthetical more pedanticall

spec/Overview.html 1.1685 2514 document.close() should insert the EOF a

spec/Overview.html 1.1686 2515 Make document.open() not fire mutation e

spec/Overview.html 1.1687 2516 Make Content-Language non-conforming. (w

spec/Overview.html 1.1688 2517 Mention HTTP-only cookies. (credit: ak)

spec/Overview.html 1.1689 2518 Clarify that anything that mutates the d

spec/Overview.html 1.1690 2519 SVG </script> in text/html will be an is

spec/Overview.html 1.1691 2520 WF2: Fire 'input' for <textarea> too. (w

spec/Overview.html 1.1692 2521 typos and c/p... (credit: pt) (whatwg r2

spec/Overview.html 1.1693 2522 I should stop using numbers. Yet I conti

spec/Overview.html 1.1694 2523 WF2: placeholder='' should strip newline

spec/Overview.html 1.1695 2524 WF2: placeholder='' must not contain new

spec/Overview.html 1.1696 2525 CSRF mitigation -- add Origin header to

spec/Overview.html 1.1697 2526 WF2: Sigh. <legend> can now be associate

spec/Overview.html 1.1698 2527 WF2: Allow placeholder='' to be empty. N

spec/Overview.html 1.1699 2528 WF2: Change <legend> to be treated more

spec/Overview.html 1.1700 2529 MAJOR CHANGES: Revamp the way scripts ar

spec/Overview.html 1.1701 2530 Update terminology to help Workers speci

spec/Overview.html 1.1702 2531 Simplify the way messages in ports are h

spec/Overview.html 1.1704 2533 Add structured data support to postMessa

spec/Overview.html 1.1705 2534 Oops, we were leaking information about

spec/Overview.html 1.1706 2535 Clean things up with the 'structured clo

spec/Overview.html 1.1707 2536 WebIDL: Put in the anonymous [IndexGette

spec/Overview.html 1.1708 2537 Make element.click() non-reentrant. (wha

spec/Overview.html 1.1709 2538 Make focused elements fire onclick='' wh

spec/Overview.html 1.1710 2539 Add a note pointing out that buttons are

spec/Overview.html 1.1711 2540 Add another example for <var>. (whatwg r

spec/Overview.html 1.1712 2541 Mention popup blockers near showModalDia

spec/Overview.html 1.1713 2542 Make clearer what is meant by 'system fo

spec/Overview.html 1.1714 2543 typo (credit: cf) (whatwg r2543)

spec/Overview.html 1.1715 2544 Make James happier. (whatwg r2544)

spec/Overview.html 1.1716 2545 Make Philip happier. (whatwg r2545)

spec/Overview.html 1.1717 2546 fix ack to use full name (whatwg r2546)

spec/Overview.html 1.1718 2547 * Header cells can now themselves have h

spec/Overview.html 1.1719 2548 Define how to register new http-equiv va

spec/Overview.html 1.1720 2549 Minor tweaks to the script group stuff t

spec/Overview.html 1.1721 2550 Redefine onerror='' handling to be reusa

spec/Overview.html 1.1722 2551 Define that onerror is undefined in a mo

spec/Overview.html 1.1723 2552 Example of using RDF in XHTML. (whatwg r

spec/Overview.html 1.1724 2553 Make sure to propagate add() and remove(

spec/Overview.html 1.1725 2554 xref the word 'master'. (whatwg r2554)

spec/Overview.html 1.1726 2555 Clarify that HTML doesn't override CSS.

spec/Overview.html 1.1727 2556 Require <meta charset> within the first

spec/Overview.html 1.1728 2557 Downplay <a name=''> error. (credit: hs)

spec/Overview.html 1.1729 2558 typo (whatwg r2558)

spec/Overview.html 1.1730 2559 Downplay <table summary=''> error, to ai

spec/Overview.html 1.1731 2560 Downplay <noframes> error. (credit: hs)

spec/Overview.html 1.1732 2561 Allow height/width attributes on <input

spec/Overview.html 1.1733 2562 Downplay <td/th axis=''> error, to aid t

spec/Overview.html 1.1734 2563 Downplay <a longdesc=''> error, to aid t

spec/Overview.html 1.1735 2564 s/axis/abbr/ in recent checkin. Also, ad

spec/Overview.html 1.1736 2565 WF2: give up on <form autocomplete>. (wh

spec/Overview.html 1.1737 2566 Make <img src=''> a special case. (credi

spec/Overview.html 1.1738 2567 usemap='#foo' no longer does case-insens

spec/Overview.html 1.1739 2568 Add a 'storageArea' attribute on the sto

spec/Overview.html 1.1740 2569 typo (whatwg r2569)

spec/Overview.html 1.1741 2570 Note that the sync model for Storage doe

spec/Overview.html 1.1742 2571 typo (credit: ak) (whatwg r2571)

spec/Overview.html 1.1743 2572 typo (credit: ak) (whatwg r2572)

spec/Overview.html 1.1744 2573 Explain parseInt() usage. (credit: pt) (

spec/Overview.html 1.1745 2574 remove impossible case (thanks to webidl

spec/Overview.html 1.1746 2575 Make it clear that sessionStorage and lo

spec/Overview.html 1.1747 2576 Don't fire a 'storage' event if the meth

spec/Overview.html 1.1748 2577 xref to the document's address that i mi

spec/Overview.html 1.1749 2578 Pedants unite! (credit: pt) (whatwg r257

spec/Overview.html 1.1750 2579 Same as last checkin, but for 'source'.

spec/Overview.html 1.1751 2580 threads aren't really predictable, but w

spec/Overview.html 1.1754 2583 Change the allowed content model for <sv

spec/Overview.html 1.1755 2584 Vaguely try to handwave a better definit

spec/Overview.html 1.1756 2585 Tone down the rhetoric around the <i> el

spec/Overview.html 1.1757 2586 Oops, missed a case of </br> magic in th

spec/Overview.html 1.1758 2587 Remove bogus term 'transformation sheet'

spec/Overview.html 1.1759 2588 Clarify meaning. (credit: kg) (whatwg r2

spec/Overview.html 1.1760 2589 Oops, <textarea> was being inserted twic

spec/Overview.html 1.1761 2590 Change how <font> is handled in foreign

spec/Overview.html 1.1762 2591 copy/paste error (credit: pt) (whatwg r2

spec/Overview.html 1.1763 2592 editorial fix (credit: pt) (whatwg r2592

spec/Overview.html 1.1764 2593 Make 'phrasing content' elements explici

spec/Overview.html 1.1765 2594 Replace the paragraphs about relationshi

spec/Overview.html 1.1766 2595 Define how to mark up tag clouds. (whatw

spec/Overview.html 1.1767 2596 window.close(), window.focus(), window.b

spec/Overview.html 1.1768 2597 Remove the showNotification() API due to

spec/Overview.html 1.1769 2598 Remove the traces of the <span><ul>...</

spec/Overview.html 1.1770 2599 First attempt at making document.readySt

spec/Overview.html 1.1771 2600 make a note about mutation events wrt do

spec/Overview.html 1.1772 2601 Add a section explicitly talking about k

spec/Overview.html 1.1773 2602 ack for previous checkin (whatwg r2602)

spec/Overview.html 1.1774 2603 remove obsolete issue note (whatwg r2603

spec/Overview.html 1.1775 2604 Make the presence of profile='' a toned-

spec/Overview.html 1.1776 Update a diagram to be an SVG diagram. Thanks

spec/Overview.html 1.1777 2606 Say which character '?' is. (whatwg r260

spec/Overview.html 1.1778 2607 SQL: Split the transaction() method into

spec/Overview.html 1.1779 2608 terminology consistency fixes (whatwg r2

spec/Overview.html 1.1780 2610 Define what numbers actually mean. Fix r

spec/Overview.html 1.1781 2611 make negative zero not negative to pleas

spec/Overview.html 1.1782 2612 Be more precise about what makes an inva

spec/Overview.html 1.1783 2613 That last checkin was wrong. Let's try f

spec/Overview.html 1.1784 2614 Allow <label for=x><input id=x></label>.

spec/Overview.html 1.1785 2615 WF2: make <input type=url> require absol

spec/Overview.html 1.1786 2616 When changing encoding on the fly after

spec/Overview.html 1.1787 2617 Make insertCell() and insertRow() treat

spec/Overview.html 1.1788 2618 Make HTMLCollection.namedItem() apply to

spec/Overview.html 1.1789 2619 <noscript> in <head> needs to not cause

spec/Overview.html 1.1790 2620 Mark .opener as [Replaceable]. Over time

spec/Overview.html 1.1791 2621 Define callbacks using WebIDL. (bug 5814

spec/Overview.html 1.1792 2622 Use 'any' instead of DOMObject in IDL bl

spec/Overview.html 1.1793 2623 Note that the syntax is not for XML. (bu

spec/Overview.html 1.1794 2624 xref typos (bug 5963) (whatwg r2624)

spec/Overview.html 1.1797 2627 New examples of <ruby>. Thanks to MikeSm

spec/Overview.html 1.1798 2628 Further update ruby examples; add ruby i

spec/Overview.html 1.1799 2629 ack for previous checkin (whatwg r2629)

spec/Overview.html 1.1800 2630 note for ruby rendering (whatwg r2630)

spec/Overview.html 1.1801 2631 typo (whatwg r2631)

spec/Overview.html 1.1802 2632 alt text error (whatwg r2632)

spec/Overview.html 1.1803 2633 Support .indeterminate from IE/Safari. H

workers/Overview.html 1.68 75 Terminology update to match recent HTML5

workers/Overview.html 1.69 76 Drop MessagePort.onclose. (whatwg r76)

workers/Overview.html 1.70 77 typo (whatwg r77)

workers/Overview.html 1.71 78 Empty the worker's outgoing queue of pend

workers/Overview.html 1.72 79 acks for recent checkins (whatwg r79)

workers/Overview.html 1.73 80 typo (whatwg r80)

workers/Overview.html 1.74 81 Reporting script errors. (credit: js) (wh

workers/Overview.html 1.75 82 another ack for previous checkin (whatwg

workers/Overview.html 1.76 83 fix typos (whatwg r83)

Last message date: Tuesday, 30 December 2008 14:29:38 UTC