<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>26419</bug_id>
          
          <creation_ts>2014-07-23 18:44:05 +0000</creation_ts>
          <short_desc>Allow browser and the rendered application to pass on information available within page elements</short_desc>
          <delta_ts>2016-05-05 15:01:42 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML.next</product>
          <component>default</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Devarshi Pant">devarshipant</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>chaals</cc>
    
    <cc>mike</cc>
    
    <cc>robin</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>109226</commentid>
    <comment_count>0</comment_count>
    <who name="Devarshi Pant">devarshipant</who>
    <bug_when>2014-07-23 18:44:05 +0000</bug_when>
    <thetext>Idea is to allow browser and the rendered application to pass on information available within page elements.

For example - 

&lt;div&gt;
&lt;H1 setvfocus = &quot;true 00:02:00&quot;&gt;This is read every 2 minutes&lt;/H1&gt;
&lt;/div&gt;

The aforementioned code may be flawed, but still will give this idea a shot and hope I am understood.

The reason for allowing this natively within HTML 5 can be helpful as:

1. While the screen reader is voicing stuff at the bottom of the page, every two minutes the virtual focus would read the &lt;H1&gt; heading.

2. We don’t need to set any politeness levels like we do in aria.

3. Simplistic and straightforward to implement.

4. Only issue is whether this is something that can be implemented by API.

The above example can be extended to help keyboard only users as well, especially when focus needs to be set on a text block or a page element.

Something like -
&lt;div&gt;
&lt;H1 setvfocus = &quot;false 00:00:00&quot;&gt;Receives keyboard focus immediately&lt;/H1&gt;
&lt;/div&gt;
would set focus on the heading block instantly, which can be helpful when users activate a link whose target points to a resource on the same page, or a new window / tab.

-Devarshi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126348</commentid>
    <comment_count>1</comment_count>
    <who name="Charles McCathieNevile">chaals</who>
    <bug_when>2016-05-05 15:01:42 +0000</bug_when>
    <thetext>If this is a request for a generic ability to include information as a private-use attribute there is the data-* attribute space that can be used.

To the extent that this bug constitutes a request for a new feature of HTML, please incubate it first. 

The current guidelines [1], rather than track such requests as bugs or issues, please create a proposal outlining the desired behavior, or at least a sketch of what is wanted (much of which is probably contained in this bug), and start the discussion/proposal in the WICG [2]. As your idea gains interest and momentum, it may be brought back into HTML through the Intent to Migrate process [3].

[1] https://github.com/w3c/html#contributing-to-this-repository
[2] https://www.w3.org/community/wicg/
[3] https://wicg.github.io/admin/intent-to-migrate.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>