- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Sep 2012 08:44:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1381 Modified Files: acknowledgements.html association-of-controls-and-forms.html attributes-common-to-form-controls.html attributes-common-to-ins-and-del-elements.html attributes-common-to-td-and-th-elements.html browsers.html commands.html common-dom-interfaces.html common-input-element-apis.html common-input-element-attributes.html common-microsyntaxes.html constraints.html content-models.html dimension-attributes.html dnd.html dom.html dynamic-markup-insertion.html editing-apis.html editing.html edits-and-lists.html edits-and-paragraphs.html edits.html element-definitions.html elements.html examples.html form-submission.html forms.html global-attributes.html grouping-content.html headings-and-sections.html history.html iana.html image-maps.html index.html infrastructure.html interactions-with-xpath-and-xslt.html interactive-elements.html introduction.html links.html mathml.html media-elements.html named-character-references.html namespaces.html obsolete.html offline.html parsing.html references.html rendering.html requirements-relating-to-bidirectional-algorithm-formatting-characters.html scripting-1.html sections.html semantics.html single-page.html spec.html states-of-the-type-attribute.html styling.html syntax.html system-state-and-capabilities.html tabular-data.html text-level-semantics.html textFieldSelection.html the-a-element.html the-abbr-element.html the-address-element.html the-area-element.html the-article-element.html the-aside-element.html the-audio-element.html the-b-element.html the-base-element.html the-bdi-element.html the-bdo-element.html the-blockquote-element.html the-body-element.html the-br-element.html the-button-element.html the-canvas-element.html the-caption-element.html the-cite-element.html the-code-element.html the-col-element.html the-colgroup-element.html the-command-element.html the-datalist-element.html the-dd-element.html the-del-element.html the-details-element.html the-dfn-element.html the-div-element.html the-dl-element.html the-dt-element.html the-em-element.html the-embed-element.html the-end.html the-fieldset-element.html the-figcaption-element.html the-figure-element.html the-footer-element.html the-form-element.html the-head-element.html the-header-element.html the-hgroup-element.html the-hr-element.html the-html-element.html the-i-element.html the-iframe-element.html the-img-element.html the-input-element.html the-ins-element.html the-kbd-element.html the-keygen-element.html the-label-element.html the-legend-element.html the-li-element.html the-link-element.html the-map-element.html the-mark-element.html the-menu-element.html the-meta-element.html the-meter-element.html the-nav-element.html the-noscript-element.html the-object-element.html the-ol-element.html the-optgroup-element.html the-option-element.html the-output-element.html the-p-element.html the-param-element.html the-pre-element.html the-progress-element.html the-q-element.html the-rp-element.html the-rt-element.html the-ruby-element.html the-s-element.html the-samp-element.html the-script-element.html the-section-element.html the-select-element.html the-small-element.html the-source-element.html the-span-element.html the-strong-element.html the-style-element.html the-sub-and-sup-elements.html the-summary-element.html the-table-element.html the-tbody-element.html the-td-element.html the-textarea-element.html the-tfoot-element.html the-th-element.html the-thead-element.html the-time-element.html the-title-element.html the-tr-element.html the-track-element.html the-u-element.html the-ul-element.html the-var-element.html the-video-element.html the-wbr-element.html the-xhtml-syntax.html timers.html tokenization.html urls.html usage-summary.html user-prompts.html wai-aria.html webappapis.html Log Message: commit 1efae263cf294bfb438257b591fff9105de93dbc Author: ianh <ianh@340c8d12-0b0e-0410-8428-c7bf67bfef74> Date: Sat Sep 15 21:55:31 2012 +0000 [] (0) Clarify that <canvas> can be used for art Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18031 Affected topics: Canvas git-svn-id: http://svn.whatwg.org/webapps@7357 340c8d12-0b0e-0410-8428-c7bf67bfef74 Index: the-a-element.html =================================================================== RCS file: /sources/public/html5/spec/the-a-element.html,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- the-a-element.html 18 Sep 2012 00:43:59 -0000 1.181 +++ the-a-element.html 18 Sep 2012 08:44:23 -0000 1.182 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-img-element.html =================================================================== RCS file: /sources/public/html5/spec/the-img-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-img-element.html 18 Sep 2012 00:44:02 -0000 1.180 +++ the-img-element.html 18 Sep 2012 08:44:26 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-del-element.html =================================================================== RCS file: /sources/public/html5/spec/the-del-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-del-element.html 18 Sep 2012 00:44:01 -0000 1.180 +++ the-del-element.html 18 Sep 2012 08:44:25 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-option-element.html =================================================================== RCS file: /sources/public/html5/spec/the-option-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-option-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-option-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-figcaption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figcaption-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-figcaption-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-figcaption-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-hr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hr-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-hr-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-hr-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-summary-element.html =================================================================== RCS file: /sources/public/html5/spec/the-summary-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-summary-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-summary-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-small-element.html =================================================================== RCS file: /sources/public/html5/spec/the-small-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-small-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-small-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-kbd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-kbd-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-kbd-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-kbd-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- single-page.html 18 Sep 2012 00:43:58 -0000 1.123 +++ single-page.html 18 Sep 2012 08:44:21 -0000 1.124 @@ -62,6 +62,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } @@ -34627,7 +34630,7 @@ </dd> </dl><!--REMOVE-TOPIC:DOM APIs--><p>The <code><a href=#the-canvas-element>canvas</a></code> element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering - graphs, game graphics, or other visual images on the fly.</p> + graphs, game graphics, art, or other visual images on the fly.</p> <p>Authors should not use the <code><a href=#the-canvas-element>canvas</a></code> element in a document when a more suitable element is available. For example, it Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.176 retrieving revision 1.177 diff -u -d -r1.176 -r1.177 --- the-end.html 18 Sep 2012 00:44:02 -0000 1.176 +++ the-end.html 18 Sep 2012 08:44:25 -0000 1.177 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.186 retrieving revision 1.187 diff -u -d -r1.186 -r1.187 --- parsing.html 18 Sep 2012 00:43:57 -0000 1.186 +++ parsing.html 18 Sep 2012 08:44:21 -0000 1.187 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-span-element.html =================================================================== RCS file: /sources/public/html5/spec/the-span-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-span-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-span-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-fieldset-element.html =================================================================== RCS file: /sources/public/html5/spec/the-fieldset-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-fieldset-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-fieldset-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-figure-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figure-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-figure-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-figure-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-script-element.html =================================================================== RCS file: /sources/public/html5/spec/the-script-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-script-element.html 18 Sep 2012 00:44:04 -0000 1.180 +++ the-script-element.html 18 Sep 2012 08:44:28 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.241 retrieving revision 1.242 diff -u -d -r1.241 -r1.242 --- the-input-element.html 18 Sep 2012 00:44:03 -0000 1.241 +++ the-input-element.html 18 Sep 2012 08:44:26 -0000 1.242 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: constraints.html =================================================================== RCS file: /sources/public/html5/spec/constraints.html,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- constraints.html 18 Sep 2012 00:43:54 -0000 1.181 +++ constraints.html 18 Sep 2012 08:44:18 -0000 1.182 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-p-element.html =================================================================== RCS file: /sources/public/html5/spec/the-p-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-p-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-p-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: examples.html =================================================================== RCS file: /sources/public/html5/spec/examples.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- examples.html 18 Sep 2012 00:43:55 -0000 1.179 +++ examples.html 18 Sep 2012 08:44:19 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.241 retrieving revision 1.242 diff -u -d -r1.241 -r1.242 --- the-map-element.html 18 Sep 2012 00:44:03 -0000 1.241 +++ the-map-element.html 18 Sep 2012 08:44:27 -0000 1.242 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-head-element.html =================================================================== RCS file: /sources/public/html5/spec/the-head-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-head-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-head-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-s-element.html =================================================================== RCS file: /sources/public/html5/spec/the-s-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-s-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-s-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-section-element.html =================================================================== RCS file: /sources/public/html5/spec/the-section-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-section-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-section-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-article-element.html =================================================================== RCS file: /sources/public/html5/spec/the-article-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-article-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-article-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-blockquote-element.html =================================================================== RCS file: /sources/public/html5/spec/the-blockquote-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-blockquote-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-blockquote-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-rp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rp-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-rp-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-rp-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-details-element.html =================================================================== RCS file: /sources/public/html5/spec/the-details-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-details-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-details-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-aside-element.html =================================================================== RCS file: /sources/public/html5/spec/the-aside-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-aside-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-aside-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-title-element.html =================================================================== RCS file: /sources/public/html5/spec/the-title-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-title-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-title-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1237 retrieving revision 1.1238 diff -u -d -r1.1237 -r1.1238 --- offline.html 18 Sep 2012 00:43:57 -0000 1.1237 +++ offline.html 18 Sep 2012 08:44:21 -0000 1.1238 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: textFieldSelection.html =================================================================== RCS file: /sources/public/html5/spec/textFieldSelection.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- textFieldSelection.html 18 Sep 2012 00:43:59 -0000 1.179 +++ textFieldSelection.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: global-attributes.html =================================================================== RCS file: /sources/public/html5/spec/global-attributes.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- global-attributes.html 18 Sep 2012 00:43:55 -0000 1.182 +++ global-attributes.html 18 Sep 2012 08:44:19 -0000 1.183 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-bdi-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdi-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-bdi-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-bdi-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-legend-element.html =================================================================== RCS file: /sources/public/html5/spec/the-legend-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-legend-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-legend-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-dt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dt-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-dt-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-dt-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1274 retrieving revision 1.1275 diff -u -d -r1.1274 -r1.1275 --- history.html 18 Sep 2012 00:43:56 -0000 1.1274 +++ history.html 18 Sep 2012 08:44:19 -0000 1.1275 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-source-element.html =================================================================== RCS file: /sources/public/html5/spec/the-source-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-source-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-source-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-embed-element.html =================================================================== RCS file: /sources/public/html5/spec/the-embed-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-embed-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-embed-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-ins-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ins-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-ins-element.html 18 Sep 2012 00:44:03 -0000 1.180 +++ the-ins-element.html 18 Sep 2012 08:44:26 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-col-element.html =================================================================== RCS file: /sources/public/html5/spec/the-col-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-col-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-col-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-em-element.html =================================================================== RCS file: /sources/public/html5/spec/the-em-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-em-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-em-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1260 retrieving revision 1.1261 diff -u -d -r1.1260 -r1.1261 --- semantics.html 18 Sep 2012 00:43:58 -0000 1.1260 +++ semantics.html 18 Sep 2012 08:44:21 -0000 1.1261 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-q-element.html =================================================================== RCS file: /sources/public/html5/spec/the-q-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-q-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-q-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-style-element.html =================================================================== RCS file: /sources/public/html5/spec/the-style-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-style-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-style-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1231 retrieving revision 1.1232 diff -u -d -r1.1231 -r1.1232 --- syntax.html 18 Sep 2012 00:43:59 -0000 1.1231 +++ syntax.html 18 Sep 2012 08:44:22 -0000 1.1232 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- webappapis.html 18 Sep 2012 00:44:07 -0000 1.388 +++ webappapis.html 18 Sep 2012 08:44:30 -0000 1.389 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: attributes-common-to-form-controls.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-form-controls.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- attributes-common-to-form-controls.html 18 Sep 2012 00:43:53 -0000 1.179 +++ attributes-common-to-form-controls.html 18 Sep 2012 08:44:17 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- scripting-1.html 18 Sep 2012 00:43:58 -0000 1.255 +++ scripting-1.html 18 Sep 2012 08:44:21 -0000 1.256 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-abbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-abbr-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-abbr-element.html 18 Sep 2012 00:43:59 -0000 1.179 +++ the-abbr-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-caption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-caption-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-caption-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-caption-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: edits-and-paragraphs.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-paragraphs.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- edits-and-paragraphs.html 18 Sep 2012 00:43:55 -0000 1.179 +++ edits-and-paragraphs.html 18 Sep 2012 08:44:19 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-tbody-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tbody-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-tbody-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-tbody-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-td-element.html =================================================================== RCS file: /sources/public/html5/spec/the-td-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-td-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-td-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1994 retrieving revision 1.1995 diff -u -d -r1.1994 -r1.1995 --- spec.html 18 Sep 2012 00:43:58 -0000 1.1994 +++ spec.html 18 Sep 2012 08:44:22 -0000 1.1995 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: system-state-and-capabilities.html =================================================================== RCS file: /sources/public/html5/spec/system-state-and-capabilities.html,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- system-state-and-capabilities.html 18 Sep 2012 00:43:59 -0000 1.181 +++ system-state-and-capabilities.html 18 Sep 2012 08:44:23 -0000 1.182 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1269 retrieving revision 1.1270 diff -u -d -r1.1269 -r1.1270 --- browsers.html 18 Sep 2012 00:43:53 -0000 1.1269 +++ browsers.html 18 Sep 2012 08:44:17 -0000 1.1270 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: media-elements.html =================================================================== RCS file: /sources/public/html5/spec/media-elements.html,v retrieving revision 1.182 retrieving revision 1.183 diff -u -d -r1.182 -r1.183 --- media-elements.html 18 Sep 2012 00:43:57 -0000 1.182 +++ media-elements.html 18 Sep 2012 08:44:20 -0000 1.183 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-base-element.html =================================================================== RCS file: /sources/public/html5/spec/the-base-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-base-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-base-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-menu-element.html =================================================================== RCS file: /sources/public/html5/spec/the-menu-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-menu-element.html 18 Sep 2012 00:44:03 -0000 1.180 +++ the-menu-element.html 18 Sep 2012 08:44:27 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: styling.html =================================================================== RCS file: /sources/public/html5/spec/styling.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- styling.html 18 Sep 2012 00:43:59 -0000 1.179 +++ styling.html 18 Sep 2012 08:44:22 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-noscript-element.html =================================================================== RCS file: /sources/public/html5/spec/the-noscript-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-noscript-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-noscript-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-code-element.html =================================================================== RCS file: /sources/public/html5/spec/the-code-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-code-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-code-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-command-element.html =================================================================== RCS file: /sources/public/html5/spec/the-command-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-command-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-command-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- urls.html 18 Sep 2012 00:44:06 -0000 1.245 +++ urls.html 18 Sep 2012 08:44:30 -0000 1.246 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-textarea-element.html =================================================================== RCS file: /sources/public/html5/spec/the-textarea-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-textarea-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-textarea-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-div-element.html =================================================================== RCS file: /sources/public/html5/spec/the-div-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-div-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-div-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-output-element.html =================================================================== RCS file: /sources/public/html5/spec/the-output-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-output-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-output-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-label-element.html =================================================================== RCS file: /sources/public/html5/spec/the-label-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-label-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-label-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.270 retrieving revision 1.271 diff -u -d -r1.270 -r1.271 --- dnd.html 18 Sep 2012 00:43:54 -0000 1.270 +++ dnd.html 18 Sep 2012 08:44:18 -0000 1.271 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-dl-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dl-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-dl-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-dl-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-select-element.html =================================================================== RCS file: /sources/public/html5/spec/the-select-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-select-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-select-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: editing-apis.html =================================================================== RCS file: /sources/public/html5/spec/editing-apis.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- editing-apis.html 18 Sep 2012 00:43:55 -0000 1.180 +++ editing-apis.html 18 Sep 2012 08:44:18 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1261 retrieving revision 1.1262 diff -u -d -r1.1261 -r1.1262 --- dom.html 18 Sep 2012 00:43:54 -0000 1.1261 +++ dom.html 18 Sep 2012 08:44:18 -0000 1.1262 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1225 retrieving revision 1.1226 diff -u -d -r1.1225 -r1.1226 --- the-xhtml-syntax.html 18 Sep 2012 00:44:06 -0000 1.1225 +++ the-xhtml-syntax.html 18 Sep 2012 08:44:29 -0000 1.1226 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-colgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-colgroup-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-colgroup-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-colgroup-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: attributes-common-to-ins-and-del-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-ins-and-del-elements.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- attributes-common-to-ins-and-del-elements.html 18 Sep 2012 00:43:53 -0000 1.179 +++ attributes-common-to-ins-and-del-elements.html 18 Sep 2012 08:44:17 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-video-element.html =================================================================== RCS file: /sources/public/html5/spec/the-video-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-video-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-video-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-table-element.html =================================================================== RCS file: /sources/public/html5/spec/the-table-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-table-element.html 18 Sep 2012 00:44:05 -0000 1.180 +++ the-table-element.html 18 Sep 2012 08:44:28 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-audio-element.html =================================================================== RCS file: /sources/public/html5/spec/the-audio-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-audio-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-audio-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: edits-and-lists.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-lists.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- edits-and-lists.html 18 Sep 2012 00:43:55 -0000 1.179 +++ edits-and-lists.html 18 Sep 2012 08:44:18 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-pre-element.html =================================================================== RCS file: /sources/public/html5/spec/the-pre-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-pre-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-pre-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: dynamic-markup-insertion.html =================================================================== RCS file: /sources/public/html5/spec/dynamic-markup-insertion.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- dynamic-markup-insertion.html 18 Sep 2012 00:43:54 -0000 1.180 +++ dynamic-markup-insertion.html 18 Sep 2012 08:44:18 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-tfoot-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tfoot-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-tfoot-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-tfoot-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-thead-element.html =================================================================== RCS file: /sources/public/html5/spec/the-thead-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-thead-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-thead-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: image-maps.html =================================================================== RCS file: /sources/public/html5/spec/image-maps.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- image-maps.html 18 Sep 2012 00:43:56 -0000 1.179 +++ image-maps.html 18 Sep 2012 08:44:20 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-br-element.html =================================================================== RCS file: /sources/public/html5/spec/the-br-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-br-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-br-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-meta-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meta-element.html,v retrieving revision 1.183 retrieving revision 1.184 diff -u -d -r1.183 -r1.184 --- the-meta-element.html 18 Sep 2012 00:44:03 -0000 1.183 +++ the-meta-element.html 18 Sep 2012 08:44:27 -0000 1.184 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-wbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-wbr-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-wbr-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-wbr-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1241 retrieving revision 1.1242 diff -u -d -r1.1241 -r1.1242 --- introduction.html 18 Sep 2012 00:43:56 -0000 1.1241 +++ introduction.html 18 Sep 2012 08:44:20 -0000 1.1242 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1245 retrieving revision 1.1246 diff -u -d -r1.1245 -r1.1246 --- editing.html 18 Sep 2012 00:43:55 -0000 1.1245 +++ editing.html 18 Sep 2012 08:44:18 -0000 1.1246 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.247 retrieving revision 1.248 diff -u -d -r1.247 -r1.248 --- common-microsyntaxes.html 18 Sep 2012 00:43:54 -0000 1.247 +++ common-microsyntaxes.html 18 Sep 2012 08:44:18 -0000 1.248 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.249 retrieving revision 1.250 diff -u -d -r1.249 -r1.250 --- rendering.html 18 Sep 2012 00:43:57 -0000 1.249 +++ rendering.html 18 Sep 2012 08:44:21 -0000 1.250 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1247 retrieving revision 1.1248 diff -u -d -r1.1247 -r1.1248 --- text-level-semantics.html 18 Sep 2012 00:43:59 -0000 1.1247 +++ text-level-semantics.html 18 Sep 2012 08:44:23 -0000 1.1248 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: element-definitions.html =================================================================== RCS file: /sources/public/html5/spec/element-definitions.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- element-definitions.html 18 Sep 2012 00:43:55 -0000 1.179 +++ element-definitions.html 18 Sep 2012 08:44:19 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1308 retrieving revision 1.1309 diff -u -d -r1.1308 -r1.1309 --- infrastructure.html 18 Sep 2012 00:43:56 -0000 1.1308 +++ infrastructure.html 18 Sep 2012 08:44:20 -0000 1.1309 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: form-submission.html =================================================================== RCS file: /sources/public/html5/spec/form-submission.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- form-submission.html 18 Sep 2012 00:43:55 -0000 1.179 +++ form-submission.html 18 Sep 2012 08:44:19 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: user-prompts.html =================================================================== RCS file: /sources/public/html5/spec/user-prompts.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- user-prompts.html 18 Sep 2012 00:44:07 -0000 1.179 +++ user-prompts.html 18 Sep 2012 08:44:30 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1227 retrieving revision 1.1228 diff -u -d -r1.1227 -r1.1228 --- tabular-data.html 18 Sep 2012 00:43:59 -0000 1.1227 +++ tabular-data.html 18 Sep 2012 08:44:23 -0000 1.1228 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.326 retrieving revision 1.327 diff -u -d -r1.326 -r1.327 --- the-iframe-element.html 18 Sep 2012 00:44:02 -0000 1.326 +++ the-iframe-element.html 18 Sep 2012 08:44:26 -0000 1.327 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: dimension-attributes.html =================================================================== RCS file: /sources/public/html5/spec/dimension-attributes.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- dimension-attributes.html 18 Sep 2012 00:43:54 -0000 1.179 +++ dimension-attributes.html 18 Sep 2012 08:44:18 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- association-of-controls-and-forms.html 18 Sep 2012 00:43:53 -0000 1.290 +++ association-of-controls-and-forms.html 18 Sep 2012 08:44:16 -0000 1.291 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.264 retrieving revision 1.265 diff -u -d -r1.264 -r1.265 --- common-dom-interfaces.html 18 Sep 2012 00:43:54 -0000 1.264 +++ common-dom-interfaces.html 18 Sep 2012 08:44:17 -0000 1.265 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-strong-element.html =================================================================== RCS file: /sources/public/html5/spec/the-strong-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-strong-element.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-strong-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-form-element.html =================================================================== RCS file: /sources/public/html5/spec/the-form-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-form-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-form-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-li-element.html =================================================================== RCS file: /sources/public/html5/spec/the-li-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-li-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-li-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-keygen-element.html =================================================================== RCS file: /sources/public/html5/spec/the-keygen-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-keygen-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-keygen-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-link-element.html =================================================================== RCS file: /sources/public/html5/spec/the-link-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-link-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-link-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-optgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-optgroup-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-optgroup-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-optgroup-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-param-element.html =================================================================== RCS file: /sources/public/html5/spec/the-param-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-param-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-param-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-time-element.html =================================================================== RCS file: /sources/public/html5/spec/the-time-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-time-element.html 18 Sep 2012 00:44:06 -0000 1.180 +++ the-time-element.html 18 Sep 2012 08:44:29 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: mathml.html =================================================================== RCS file: /sources/public/html5/spec/mathml.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- mathml.html 18 Sep 2012 00:43:56 -0000 1.179 +++ mathml.html 18 Sep 2012 08:44:20 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-var-element.html =================================================================== RCS file: /sources/public/html5/spec/the-var-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-var-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-var-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-th-element.html =================================================================== RCS file: /sources/public/html5/spec/the-th-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-th-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-th-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.191 retrieving revision 1.192 diff -u -d -r1.191 -r1.192 --- tokenization.html 18 Sep 2012 00:44:06 -0000 1.191 +++ tokenization.html 18 Sep 2012 08:44:30 -0000 1.192 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: requirements-relating-to-bidirectional-algorithm-formatting-characters.html =================================================================== RCS file: /sources/public/html5/spec/requirements-relating-to-bidirectional-algorithm-formatting-characters.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- requirements-relating-to-bidirectional-algorithm-formatting-characters.html 18 Sep 2012 00:43:57 -0000 1.179 +++ requirements-relating-to-bidirectional-algorithm-formatting-characters.html 18 Sep 2012 08:44:21 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-body-element.html =================================================================== RCS file: /sources/public/html5/spec/the-body-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-body-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-body-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- common-input-element-attributes.html 18 Sep 2012 00:43:54 -0000 1.245 +++ common-input-element-attributes.html 18 Sep 2012 08:44:18 -0000 1.246 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1232 retrieving revision 1.1233 diff -u -d -r1.1232 -r1.1233 --- interactive-elements.html 18 Sep 2012 00:43:56 -0000 1.1232 +++ interactive-elements.html 18 Sep 2012 08:44:20 -0000 1.1233 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-address-element.html =================================================================== RCS file: /sources/public/html5/spec/the-address-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-address-element.html 18 Sep 2012 00:43:59 -0000 1.179 +++ the-address-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.550 retrieving revision 1.551 diff -u -d -r1.550 -r1.551 --- iana.html 18 Sep 2012 00:43:56 -0000 1.550 +++ iana.html 18 Sep 2012 08:44:20 -0000 1.551 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-b-element.html =================================================================== RCS file: /sources/public/html5/spec/the-b-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-b-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-b-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.242 retrieving revision 1.243 diff -u -d -r1.242 -r1.243 --- states-of-the-type-attribute.html 18 Sep 2012 00:43:59 -0000 1.242 +++ states-of-the-type-attribute.html 18 Sep 2012 08:44:22 -0000 1.243 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-nav-element.html =================================================================== RCS file: /sources/public/html5/spec/the-nav-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-nav-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-nav-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1258 retrieving revision 1.1259 diff -u -d -r1.1258 -r1.1259 --- references.html 18 Sep 2012 00:43:57 -0000 1.1258 +++ references.html 18 Sep 2012 08:44:21 -0000 1.1259 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-meter-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meter-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-meter-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-meter-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-ul-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ul-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-ul-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-ul-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-html-element.html =================================================================== RCS file: /sources/public/html5/spec/the-html-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-html-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-html-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1299 retrieving revision 1.1300 diff -u -d -r1.1299 -r1.1300 --- index.html 18 Sep 2012 00:43:56 -0000 1.1299 +++ index.html 18 Sep 2012 08:44:20 -0000 1.1300 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: attributes-common-to-td-and-th-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-td-and-th-elements.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- attributes-common-to-td-and-th-elements.html 18 Sep 2012 00:43:53 -0000 1.180 +++ attributes-common-to-td-and-th-elements.html 18 Sep 2012 08:44:17 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: wai-aria.html =================================================================== RCS file: /sources/public/html5/spec/wai-aria.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- wai-aria.html 18 Sep 2012 00:44:07 -0000 1.180 +++ wai-aria.html 18 Sep 2012 08:44:30 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-ruby-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ruby-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-ruby-element.html 18 Sep 2012 00:44:04 -0000 1.180 +++ the-ruby-element.html 18 Sep 2012 08:44:28 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-track-element.html =================================================================== RCS file: /sources/public/html5/spec/the-track-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-track-element.html 18 Sep 2012 00:44:06 -0000 1.180 +++ the-track-element.html 18 Sep 2012 08:44:29 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: usage-summary.html =================================================================== RCS file: /sources/public/html5/spec/usage-summary.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- usage-summary.html 18 Sep 2012 00:44:06 -0000 1.179 +++ usage-summary.html 18 Sep 2012 08:44:30 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- sections.html 18 Sep 2012 00:43:58 -0000 1.245 +++ sections.html 18 Sep 2012 08:44:21 -0000 1.246 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- content-models.html 18 Sep 2012 00:43:54 -0000 1.290 +++ content-models.html 18 Sep 2012 08:44:18 -0000 1.291 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-progress-element.html =================================================================== RCS file: /sources/public/html5/spec/the-progress-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-progress-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-progress-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-footer-element.html =================================================================== RCS file: /sources/public/html5/spec/the-footer-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-footer-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-footer-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: interactions-with-xpath-and-xslt.html =================================================================== RCS file: /sources/public/html5/spec/interactions-with-xpath-and-xslt.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- interactions-with-xpath-and-xslt.html 18 Sep 2012 00:43:56 -0000 1.103 +++ interactions-with-xpath-and-xslt.html 18 Sep 2012 08:44:20 -0000 1.104 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-dd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dd-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-dd-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-dd-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-bdo-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdo-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-bdo-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-bdo-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-object-element.html =================================================================== RCS file: /sources/public/html5/spec/the-object-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-object-element.html 18 Sep 2012 00:44:04 -0000 1.180 +++ the-object-element.html 18 Sep 2012 08:44:27 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-ol-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ol-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-ol-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-ol-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-area-element.html =================================================================== RCS file: /sources/public/html5/spec/the-area-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-area-element.html 18 Sep 2012 00:44:00 -0000 1.179 +++ the-area-element.html 18 Sep 2012 08:44:23 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-datalist-element.html =================================================================== RCS file: /sources/public/html5/spec/the-datalist-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-datalist-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-datalist-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.239 retrieving revision 1.240 diff -u -d -r1.239 -r1.240 --- grouping-content.html 18 Sep 2012 00:43:55 -0000 1.239 +++ grouping-content.html 18 Sep 2012 08:44:19 -0000 1.240 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-mark-element.html =================================================================== RCS file: /sources/public/html5/spec/the-mark-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-mark-element.html 18 Sep 2012 00:44:03 -0000 1.179 +++ the-mark-element.html 18 Sep 2012 08:44:27 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-dfn-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dfn-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-dfn-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-dfn-element.html 18 Sep 2012 08:44:25 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1287 retrieving revision 1.1288 diff -u -d -r1.1287 -r1.1288 --- acknowledgements.html 18 Sep 2012 00:43:53 -0000 1.1287 +++ acknowledgements.html 18 Sep 2012 08:44:16 -0000 1.1288 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-header-element.html =================================================================== RCS file: /sources/public/html5/spec/the-header-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-header-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-header-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- elements.html 18 Sep 2012 00:43:55 -0000 1.255 +++ elements.html 18 Sep 2012 08:44:19 -0000 1.256 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-sub-and-sup-elements.html =================================================================== RCS file: /sources/public/html5/spec/the-sub-and-sup-elements.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-sub-and-sup-elements.html 18 Sep 2012 00:44:05 -0000 1.179 +++ the-sub-and-sup-elements.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-i-element.html =================================================================== RCS file: /sources/public/html5/spec/the-i-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-i-element.html 18 Sep 2012 00:44:02 -0000 1.179 +++ the-i-element.html 18 Sep 2012 08:44:26 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1233 retrieving revision 1.1234 diff -u -d -r1.1233 -r1.1234 --- forms.html 18 Sep 2012 00:43:55 -0000 1.1233 +++ forms.html 18 Sep 2012 08:44:19 -0000 1.1234 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.224 retrieving revision 1.225 diff -u -d -r1.224 -r1.225 --- edits.html 18 Sep 2012 00:43:55 -0000 1.224 +++ edits.html 18 Sep 2012 08:44:19 -0000 1.225 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.1104 retrieving revision 1.1105 diff -u -d -r1.1104 -r1.1105 --- the-canvas-element.html 18 Sep 2012 00:44:00 -0000 1.1104 +++ the-canvas-element.html 18 Sep 2012 08:44:24 -0000 1.1105 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } @@ -364,7 +367,7 @@ </dd> </dl><!--REMOVE-TOPIC:DOM APIs--><p>The <code><a href="#the-canvas-element">canvas</a></code> element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering - graphs, game graphics, or other visual images on the fly.</p> + graphs, game graphics, art, or other visual images on the fly.</p> <p>Authors should not use the <code><a href="#the-canvas-element">canvas</a></code> element in a document when a more suitable element is available. For example, it Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- commands.html 18 Sep 2012 00:43:54 -0000 1.232 +++ commands.html 18 Sep 2012 08:44:17 -0000 1.233 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-samp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-samp-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-samp-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-samp-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-u-element.html =================================================================== RCS file: /sources/public/html5/spec/the-u-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-u-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-u-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: headings-and-sections.html =================================================================== RCS file: /sources/public/html5/spec/headings-and-sections.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- headings-and-sections.html 18 Sep 2012 00:43:56 -0000 1.180 +++ headings-and-sections.html 18 Sep 2012 08:44:19 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1240 retrieving revision 1.1241 diff -u -d -r1.1240 -r1.1241 --- obsolete.html 18 Sep 2012 00:43:57 -0000 1.1240 +++ obsolete.html 18 Sep 2012 08:44:21 -0000 1.1241 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.1198 retrieving revision 1.1199 diff -u -d -r1.1198 -r1.1199 --- named-character-references.html 18 Sep 2012 00:43:57 -0000 1.1198 +++ named-character-references.html 18 Sep 2012 08:44:20 -0000 1.1199 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.282 retrieving revision 1.283 diff -u -d -r1.282 -r1.283 --- the-button-element.html 18 Sep 2012 00:44:00 -0000 1.282 +++ the-button-element.html 18 Sep 2012 08:44:24 -0000 1.283 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- links.html 18 Sep 2012 00:43:56 -0000 1.285 +++ links.html 18 Sep 2012 08:44:20 -0000 1.286 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-cite-element.html =================================================================== RCS file: /sources/public/html5/spec/the-cite-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-cite-element.html 18 Sep 2012 00:44:01 -0000 1.179 +++ the-cite-element.html 18 Sep 2012 08:44:24 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-hgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hgroup-element.html,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- the-hgroup-element.html 18 Sep 2012 00:44:02 -0000 1.180 +++ the-hgroup-element.html 18 Sep 2012 08:44:26 -0000 1.181 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: common-input-element-apis.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-apis.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- common-input-element-apis.html 18 Sep 2012 00:43:54 -0000 1.179 +++ common-input-element-apis.html 18 Sep 2012 08:44:17 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-tr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tr-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-tr-element.html 18 Sep 2012 00:44:06 -0000 1.179 +++ the-tr-element.html 18 Sep 2012 08:44:29 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.251 retrieving revision 1.252 diff -u -d -r1.251 -r1.252 --- timers.html 18 Sep 2012 00:44:06 -0000 1.251 +++ timers.html 18 Sep 2012 08:44:29 -0000 1.252 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.220 retrieving revision 1.221 diff -u -d -r1.220 -r1.221 --- namespaces.html 18 Sep 2012 00:43:57 -0000 1.220 +++ namespaces.html 18 Sep 2012 08:44:21 -0000 1.221 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; } Index: the-rt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rt-element.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- the-rt-element.html 18 Sep 2012 00:44:04 -0000 1.179 +++ the-rt-element.html 18 Sep 2012 08:44:28 -0000 1.180 @@ -63,6 +63,9 @@ .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; } a .diff-new { border-bottom: 1px blue solid; } + figure.diagrams { border: double black; background: white; padding: 1em; } + figure.diagrams img { display: block; margin: 1em auto; } + h2 { page-break-before: always; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } h1 + h2, hr + h2.no-toc { page-break-before: auto; }
Received on Tuesday, 18 September 2012 08:44:40 UTC