[html5] r8304 - [e] (0) Fix up the attribute annotations a bit Fixing https://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 20 14:02:00 PST 2013


Author: ianh
Date: 2013-11-20 14:01:59 -0800 (Wed, 20 Nov 2013)
New Revision: 8304

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix up the attribute annotations a bit
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23641
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-20 21:09:24 UTC (rev 8303)
+++ complete.html	2013-11-20 22:01:59 UTC (rev 8304)
@@ -12379,7 +12379,7 @@
    <dd><code title=attr-link-hreflang><a href=#attr-link-hreflang>hreflang</a></code> — Language of the linked resource</dd>
    <dd><code title=attr-link-type><a href=#attr-link-type>type</a></code> — Hint for the type of the referenced resource</dd>
    <dd><code title=attr-link-sizes><a href=#attr-link-sizes>sizes</a></code> — Sizes of the icons (for <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code>="<code title=rel-icon><a href=#rel-icon>icon</a></code>")</dd>
-   <dd>Also, the <code title=attr-link-title><a href=#attr-link-title>title</a></code> attribute has special semantics on this element. — Title of the link — Alternative style sheet set name</dd>
+   <dd>Also, the <code title=attr-link-title><a href=#attr-link-title>title</a></code> attribute has special semantics on this element: Title of the link; alternative style sheet set name.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmllinkelement>HTMLLinkElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -13549,7 +13549,7 @@
    <dd><code title=attr-style-media><a href=#attr-style-media>media</a></code> — Applicable media</dd>
    <dd><code title=attr-style-type><a href=#attr-style-type>type</a></code> — Type of embedded resource</dd>
    <dd><code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> — Whether the styles apply to the entire document or just the parent subtree</dd>
-   <dd>Also, the <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute has special semantics on this element. — Alternative style sheet set name</dd>
+   <dd>Also, the <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute has special semantics on this element: Alternative style sheet set name.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlstyleelement>HTMLStyleElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -18048,7 +18048,7 @@
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element. — Full term or expansion of abbreviation</dd>
+   <dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element: Full term or expansion of abbreviation.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-dfn-element>dfn</a></code> element <a href=#represents>represents</a> the defining instance of a term. The <a href=#paragraph title=paragraph>paragraph</a>, <a href=#the-dl-element title=dl>description list group</a>, or <a href=#sectioning-content title="sectioning content">section</a> that is the nearest ancestor of the <code><a href=#the-dfn-element>dfn</a></code>
@@ -18110,7 +18110,7 @@
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>Also, the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element. — Full term or expansion of abbreviation</dd>
+   <dd>Also, the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element: Full term or expansion of abbreviation.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-abbr-element>abbr</a></code> element <a href=#represents>represents</a> an abbreviation or acronym, optionally
@@ -38005,6 +38005,7 @@
    <dd><code title=attr-input-type><a href=#attr-input-type>type</a></code> — Type of form control</dd>
    <dd><code title=attr-input-value><a href=#attr-input-value>value</a></code> — Value of the form control</dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension</dd>
+   <dd>Also, the <code title=attr-input-title><a href=#attr-input-title>title</a></code> attribute has special semantics on this element: Description of pattern (when used with <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute).</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -42776,8 +42777,9 @@
 
   </div>
 
+<!--CLEANUP-->
   <p>When an <code><a href=#the-input-element>input</a></code> element has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
-  attribute specified, authors should include a <code title=attr-title><a href=#attr-title>title</a></code> attribute to
+  attribute specified, authors should include a <dfn id=attr-input-title title=attr-input-title><code>title</code></dfn> attribute to
   give a description of the pattern. User agents may use the contents of this attribute, if it is
   present, when informing the user that the pattern is not matched, or at any other suitable time,
   such as in a tooltip or read out by assistive technology when the control gains focus.</p>
@@ -42793,7 +42795,7 @@
 You cannot submit this form when the field is incorrect.</samp></pre>
   </div>
 
-  <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#attr-title>title</a></code> attribute, if used, must describe the pattern. Additional
+  <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-input-title><a href=#attr-input-title>title</a></code> attribute, if used, must describe the pattern. Additional
   information could also be included, so long as it assists the user in filling in the control.
   Otherwise, assistive technology would be impaired.</p>
 
@@ -42803,7 +42805,7 @@
 
   <p>UAs may still show the <code title=attr-title><a href=#attr-title>title</a></code> in non-error situations (for
   example, as a tooltip when hovering over the control), so authors should be careful not to word
-  <code title=attr-title><a href=#attr-title>title</a></code>s as if an error has necessarily occurred.</p>
+  <code title=attr-input-title><a href=#attr-input-title>title</a></code>s as if an error has necessarily occurred.</p>
 
 
 
@@ -49824,7 +49826,7 @@
    <dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> — Name of group of commands to treat as a radio button group</dd>
    <dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> — Mark the command as being a default command</dd>
    <dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — Command definition</dd>
-   <dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element. — Hint describing the command</dd>
+   <dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element: Hint describing the command.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlmenuitemelement>HTMLMenuItemElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -99484,6 +99486,10 @@
      <td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
      <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
      <td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"; "<code title=attr-dir-auto><a href=#attr-dir-auto>auto</a></code>"
+    <tr><th> <code title="">dir</code>
+     <td> <code><a href=#the-bdo-element>bdo</a></code>
+     <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
+     <td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"
     <tr><th> <code title="">dirname</code>
      <td> <code title=attr-fe-dirname><a href=#attr-fe-dirname>input</a></code>;
           <code title=attr-fe-dirname><a href=#attr-fe-dirname>textarea</a></code>
@@ -99987,6 +99993,10 @@
      <td> Full term or expansion of abbreviation
      <td> <a href=#attribute-text>Text</a>
     <tr><th> <code title="">title</code>
+     <td> <code title=attr-input-title><a href=#attr-input-title>input</a></code>
+     <td> Description of pattern (when used with <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute)
+     <td> <a href=#attribute-text>Text</a>
+    <tr><th> <code title="">title</code>
      <td> <code title=attr-menuitem-title><a href=#attr-menuitem-title>menuitem</a></code>
      <td> Hint describing the command
      <td> <a href=#attribute-text>Text</a>
@@ -101508,6 +101518,7 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,

Modified: index
===================================================================
--- index	2013-11-20 21:09:24 UTC (rev 8303)
+++ index	2013-11-20 22:01:59 UTC (rev 8304)
@@ -12379,7 +12379,7 @@
    <dd><code title=attr-link-hreflang><a href=#attr-link-hreflang>hreflang</a></code> — Language of the linked resource</dd>
    <dd><code title=attr-link-type><a href=#attr-link-type>type</a></code> — Hint for the type of the referenced resource</dd>
    <dd><code title=attr-link-sizes><a href=#attr-link-sizes>sizes</a></code> — Sizes of the icons (for <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code>="<code title=rel-icon><a href=#rel-icon>icon</a></code>")</dd>
-   <dd>Also, the <code title=attr-link-title><a href=#attr-link-title>title</a></code> attribute has special semantics on this element. — Title of the link — Alternative style sheet set name</dd>
+   <dd>Also, the <code title=attr-link-title><a href=#attr-link-title>title</a></code> attribute has special semantics on this element: Title of the link; alternative style sheet set name.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmllinkelement>HTMLLinkElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -13549,7 +13549,7 @@
    <dd><code title=attr-style-media><a href=#attr-style-media>media</a></code> — Applicable media</dd>
    <dd><code title=attr-style-type><a href=#attr-style-type>type</a></code> — Type of embedded resource</dd>
    <dd><code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> — Whether the styles apply to the entire document or just the parent subtree</dd>
-   <dd>Also, the <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute has special semantics on this element. — Alternative style sheet set name</dd>
+   <dd>Also, the <code title=attr-style-title><a href=#attr-style-title>title</a></code> attribute has special semantics on this element: Alternative style sheet set name.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlstyleelement>HTMLStyleElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -18048,7 +18048,7 @@
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element. — Full term or expansion of abbreviation</dd>
+   <dd>Also, the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute has special semantics on this element: Full term or expansion of abbreviation.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-dfn-element>dfn</a></code> element <a href=#represents>represents</a> the defining instance of a term. The <a href=#paragraph title=paragraph>paragraph</a>, <a href=#the-dl-element title=dl>description list group</a>, or <a href=#sectioning-content title="sectioning content">section</a> that is the nearest ancestor of the <code><a href=#the-dfn-element>dfn</a></code>
@@ -18110,7 +18110,7 @@
    <dd>Neither tag is omissible.</dd>
    <dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
-   <dd>Also, the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element. — Full term or expansion of abbreviation</dd>
+   <dd>Also, the <code title=attr-abbr-title><a href=#attr-abbr-title>title</a></code> attribute has special semantics on this element: Full term or expansion of abbreviation.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-abbr-element>abbr</a></code> element <a href=#represents>represents</a> an abbreviation or acronym, optionally
@@ -38005,6 +38005,7 @@
    <dd><code title=attr-input-type><a href=#attr-input-type>type</a></code> — Type of form control</dd>
    <dd><code title=attr-input-value><a href=#attr-input-value>value</a></code> — Value of the form control</dd>
    <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code> — Horizontal dimension</dd>
+   <dd>Also, the <code title=attr-input-title><a href=#attr-input-title>title</a></code> attribute has special semantics on this element: Description of pattern (when used with <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute).</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -42776,8 +42777,9 @@
 
   </div>
 
+<!--CLEANUP-->
   <p>When an <code><a href=#the-input-element>input</a></code> element has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>
-  attribute specified, authors should include a <code title=attr-title><a href=#attr-title>title</a></code> attribute to
+  attribute specified, authors should include a <dfn id=attr-input-title title=attr-input-title><code>title</code></dfn> attribute to
   give a description of the pattern. User agents may use the contents of this attribute, if it is
   present, when informing the user that the pattern is not matched, or at any other suitable time,
   such as in a tooltip or read out by assistive technology when the control gains focus.</p>
@@ -42793,7 +42795,7 @@
 You cannot submit this form when the field is incorrect.</samp></pre>
   </div>
 
-  <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#attr-title>title</a></code> attribute, if used, must describe the pattern. Additional
+  <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-input-title><a href=#attr-input-title>title</a></code> attribute, if used, must describe the pattern. Additional
   information could also be included, so long as it assists the user in filling in the control.
   Otherwise, assistive technology would be impaired.</p>
 
@@ -42803,7 +42805,7 @@
 
   <p>UAs may still show the <code title=attr-title><a href=#attr-title>title</a></code> in non-error situations (for
   example, as a tooltip when hovering over the control), so authors should be careful not to word
-  <code title=attr-title><a href=#attr-title>title</a></code>s as if an error has necessarily occurred.</p>
+  <code title=attr-input-title><a href=#attr-input-title>title</a></code>s as if an error has necessarily occurred.</p>
 
 
 
@@ -49824,7 +49826,7 @@
    <dd><code title=attr-menuitem-radiogroup><a href=#attr-menuitem-radiogroup>radiogroup</a></code> — Name of group of commands to treat as a radio button group</dd>
    <dd><code title=attr-menuitem-default><a href=#attr-menuitem-default>default</a></code> — Mark the command as being a default command</dd>
    <dd><code title=attr-menuitem-command><a href=#attr-menuitem-command>command</a></code> — Command definition</dd>
-   <dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element. — Hint describing the command</dd>
+   <dd>Also, the <code title=attr-menuitem-title><a href=#attr-menuitem-title>title</a></code> attribute has special semantics on this element: Hint describing the command.</dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlmenuitemelement>HTMLMenuItemElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -99484,6 +99486,10 @@
      <td> <a href=#the-dir-attribute title=attr-dir>HTML elements</a>
      <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
      <td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"; "<code title=attr-dir-auto><a href=#attr-dir-auto>auto</a></code>"
+    <tr><th> <code title="">dir</code>
+     <td> <code><a href=#the-bdo-element>bdo</a></code>
+     <td> <a href=#the-directionality title="the directionality">The text directionality</a> of the element
+     <td> "<code title=attr-dir-ltr><a href=#attr-dir-ltr>ltr</a></code>"; "<code title=attr-dir-rtl><a href=#attr-dir-rtl>rtl</a></code>"
     <tr><th> <code title="">dirname</code>
      <td> <code title=attr-fe-dirname><a href=#attr-fe-dirname>input</a></code>;
           <code title=attr-fe-dirname><a href=#attr-fe-dirname>textarea</a></code>
@@ -99987,6 +99993,10 @@
      <td> Full term or expansion of abbreviation
      <td> <a href=#attribute-text>Text</a>
     <tr><th> <code title="">title</code>
+     <td> <code title=attr-input-title><a href=#attr-input-title>input</a></code>
+     <td> Description of pattern (when used with <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute)
+     <td> <a href=#attribute-text>Text</a>
+    <tr><th> <code title="">title</code>
      <td> <code title=attr-menuitem-title><a href=#attr-menuitem-title>menuitem</a></code>
      <td> Hint describing the command
      <td> <a href=#attribute-text>Text</a>
@@ -101508,6 +101518,7 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,

Modified: source
===================================================================
--- source	2013-11-20 21:09:24 UTC (rev 8303)
+++ source	2013-11-20 22:01:59 UTC (rev 8304)
@@ -41405,6 +41405,7 @@
    <dd><code data-x="attr-input-type">type</code></dd>
    <dd><code data-x="attr-input-value">value</code></dd>
    <dd><code data-x="attr-dim-width">width</code></dd>
+   <dd>Also, the <code data-x="attr-input-title">title</code> attribute has special semantics on this element.</dd>
    <dt><span data-x="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class="idl">interface <dfn>HTMLInputElement</dfn> : <span>HTMLElement</span> {
@@ -46681,8 +46682,9 @@
 
   </div>
 
+<!--CLEANUP-->
   <p>When an <code>input</code> element has a <code data-x="attr-input-pattern">pattern</code>
-  attribute specified, authors should include a <code data-x="attr-title">title</code> attribute to
+  attribute specified, authors should include a <dfn data-x="attr-input-title"><code>title</code></dfn> attribute to
   give a description of the pattern. User agents may use the contents of this attribute, if it is
   present, when informing the user that the pattern is not matched, or at any other suitable time,
   such as in a tooltip or read out by assistive technology when the control gains focus.</p>
@@ -46699,7 +46701,7 @@
   </div>
 
   <p>When a control has a <code data-x="attr-input-pattern">pattern</code> attribute, the <code
-  data-x="attr-title">title</code> attribute, if used, must describe the pattern. Additional
+  data-x="attr-input-title">title</code> attribute, if used, must describe the pattern. Additional
   information could also be included, so long as it assists the user in filling in the control.
   Otherwise, assistive technology would be impaired.</p>
 
@@ -46709,7 +46711,7 @@
 
   <p>UAs may still show the <code data-x="attr-title">title</code> in non-error situations (for
   example, as a tooltip when hovering over the control), so authors should be careful not to word
-  <code data-x="attr-title">title</code>s as if an error has necessarily occurred.</p>
+  <code data-x="attr-input-title">title</code>s as if an error has necessarily occurred.</p>
 
 
 
@@ -110966,6 +110968,11 @@
      <td> <span data-x="the directionality">The text directionality</span> of the element
      <td> "<code data-x="attr-dir-ltr">ltr</code>"; "<code data-x="attr-dir-rtl">rtl</code>"; "<code data-x="attr-dir-auto">auto</code>"
     <tr>
+     <th> <code data-x="">dir</code>
+     <td> <code>bdo</code>
+     <td> <span data-x="the directionality">The text directionality</span> of the element
+     <td> "<code data-x="attr-dir-ltr">ltr</code>"; "<code data-x="attr-dir-rtl">rtl</code>"
+    <tr>
      <th> <code data-x="">dirname</code>
      <td> <code data-x="attr-fe-dirname">input</code>;
           <code data-x="attr-fe-dirname">textarea</code>
@@ -111568,6 +111575,11 @@
      <td> <a href="#attribute-text">Text</a>
     <tr>
      <th> <code data-x="">title</code>
+     <td> <code data-x="attr-input-title">input</code>
+     <td> Description of pattern (when used with <code data-x="attr-input-pattern">pattern</code> attribute)
+     <td> <a href="#attribute-text">Text</a>
+    <tr>
+     <th> <code data-x="">title</code>
      <td> <code data-x="attr-menuitem-title">menuitem</code>
      <td> Hint describing the command
      <td> <a href="#attribute-text">Text</a>
@@ -113437,6 +113449,7 @@
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
+  Andrea Rendine,
   Andreas<!-- mqmq87 -->,
   Andreas Kling,
   Andrei Popescu,




More information about the Commit-Watchers mailing list