[html5] r8865 - [giow] (0) links should be cursor:pointer Fixing https://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 26 16:31:31 PST 2014


Author: ianh
Date: 2014-11-26 16:31:27 -0800 (Wed, 26 Nov 2014)
New Revision: 8865

Modified:
   complete.html
   index
   source
Log:
[giow] (0) links should be cursor:pointer
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-11-27 00:29:43 UTC (rev 8864)
+++ complete.html	2014-11-27 00:31:27 UTC (rev 8865)
@@ -68398,7 +68398,7 @@
     message queue</a> of <var>target port</var>:</p>
 
     <ol><li><p>Let <var>target</var> be the <code id=message-ports:messageport-13><a href=#messageport>MessagePort</a></code> in whose <a href=#port-message-queue id=message-ports:port-message-queue-13>port message
-     queue</a> the event <var>e</var> now finds itself.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27208" title=""Add the event to the port message queue of target port." This should actually be a task to fire the event. Now you are adding an event to something that expects a task, that seems bogus.">27208</a></div><li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
+     queue</a> the event <var>e</var> now finds itself.<li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
      <var>target</var>.</ol>
 
    </ol>
@@ -78072,7 +78072,7 @@
 
 
 
-  <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217" title="Links should be `cursor: pointer`">27217</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
+  <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -78091,7 +78091,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
-:link, :visited { text-decoration: underline; }
+:link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 

Modified: index
===================================================================
--- index	2014-11-27 00:29:43 UTC (rev 8864)
+++ index	2014-11-27 00:31:27 UTC (rev 8865)
@@ -68398,7 +68398,7 @@
     message queue</a> of <var>target port</var>:</p>
 
     <ol><li><p>Let <var>target</var> be the <code id=message-ports:messageport-13><a href=#messageport>MessagePort</a></code> in whose <a href=#port-message-queue id=message-ports:port-message-queue-13>port message
-     queue</a> the event <var>e</var> now finds itself.<div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27208" title=""Add the event to the port message queue of target port." This should actually be a task to fire the event. Now you are adding an event to something that expects a task, that seems bogus.">27208</a></div><li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
+     queue</a> the event <var>e</var> now finds itself.<li><p><a href=#concept-event-dispatch id=message-ports:concept-event-dispatch>Dispatch</a> <var>e</var> at
      <var>target</var>.</ol>
 
    </ol>
@@ -78072,7 +78072,7 @@
 
 
 
-  <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27217" title="Links should be `cursor: pointer`">27217</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
+  <h4 id=phrasing-content-3>14.3.4 Phrasing content</h4><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27218" title="Active links should be red">27218</a></div>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
 
@@ -78091,7 +78091,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
-:link, :visited { text-decoration: underline; }
+:link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 

Modified: source
===================================================================
--- source	2014-11-27 00:29:43 UTC (rev 8864)
+++ source	2014-11-27 00:31:27 UTC (rev 8865)
@@ -106681,7 +106681,7 @@
 
 :link { color: #0000EE; }
 :visited { color: #551A8B; }
-:link, :visited { text-decoration: underline; }
+:link, :visited { text-decoration: underline; cursor: pointer; }
 a:link[rel~=help], a:visited[rel~=help],
 area:link[rel~=help], area:visited[rel~=help] { cursor: help; }
 



More information about the Commit-Watchers mailing list