[html5] r1233 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 19 10:46:03 PST 2008


Author: ianh
Date: 2008-02-19 10:46:02 -0800 (Tue, 19 Feb 2008)
New Revision: 1233

Modified:
   index
   source
Log:
[e] (0) begin noting down what we need in terms of structure for the rendering section

Modified: index
===================================================================
--- index	2008-02-17 23:10:33 UTC (rev 1232)
+++ index	2008-02-19 18:46:02 UTC (rev 1233)
@@ -24,7 +24,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 17 February
+   <h2 class="no-num no-toc" id=working>Working Draft — 19 February
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -45669,7 +45669,41 @@
    <code>CSSStyleDeclaration</code> object. <a href="#refsCSSOM">[CSSOM]</a>
 
   <h2 id=rendering><span class=secno>10. </span>Rendering</h2>
+  <!-- XXX
 
+    Rendering
+
+    Default styling
+      (have one paragraph or subsection per element)
+      :link, :visited { }
+      :link { }
+      :visited { }
+      section { }
+      p { }
+      img { } - how to handle alt text, img in link (no border)...
+      mark { }
+      /* ... */
+
+      Form Controls
+        ...
+
+    Default UI
+      link: click
+      mark: skip to next mark element
+      title attribute: tooltip
+      ...
+
+    Define how to determine what element is under the cursor, unless
+    the CSS group has finally gotten around to defining that before we
+    get to it
+
+    Extensions to CSS
+      for drag and drop
+      for datagrid
+      ...
+
+  -->
+
   <p class=big-issue>This section will probably include details on how to
    render DATAGRID (including <span id=datagridPseudos>its
    pseudo-elements</span>), drag-and-drop, etc, in a visual medium, in

Modified: source
===================================================================
--- source	2008-02-17 23:10:33 UTC (rev 1232)
+++ source	2008-02-19 18:46:02 UTC (rev 1233)
@@ -41463,6 +41463,41 @@
 
   <h2 id="rendering">Rendering</h2>
 
+  <!-- XXX
+
+    Rendering
+
+    Default styling
+      (have one paragraph or subsection per element)
+      :link, :visited { }
+      :link { }
+      :visited { }
+      section { }
+      p { }
+      img { } - how to handle alt text, img in link (no border)...
+      mark { }
+      /* ... */
+
+      Form Controls
+        ...
+
+    Default UI
+      link: click
+      mark: skip to next mark element
+      title attribute: tooltip
+      ...
+
+    Define how to determine what element is under the cursor, unless
+    the CSS group has finally gotten around to defining that before we
+    get to it
+
+    Extensions to CSS
+      for drag and drop
+      for datagrid
+      ...
+
+  -->
+
   <p class="big-issue">This section will probably include details on
   how to render DATAGRID (including <span id="datagridPseudos">its
   pseudo-elements</span>), drag-and-drop, etc, in a visual medium, in
@@ -41567,6 +41602,10 @@
   that image instead.</p>
 
 
+
+
+
+
   <h2 id="no">Things that you can't do with this specification because
   they are better handled using other technologies that are further
   described herein</h2>




More information about the Commit-Watchers mailing list