<?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>28616</bug_id>
          
          <creation_ts>2015-05-07 05:45:24 +0000</creation_ts>
          <short_desc>Feature testing for &lt;link rel&gt;</short_desc>
          <delta_ts>2016-04-27 20:54:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard>whatwg-resolved</status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>28796</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ilya Grigorik">igrigorik</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>arronei</cc>
    
    <cc>d</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</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>120218</commentid>
    <comment_count>0</comment_count>
    <who name="Ilya Grigorik">igrigorik</who>
    <bug_when>2015-05-07 05:45:24 +0000</bug_when>
    <thetext>We need a way to test support for various &lt;link rel&gt; features - e.g. prerender, prefetch, preload, preconnect.

Related threads:
- https://github.com/w3c/preload/issues/7
- https://lists.w3.org/Archives/Public/public-whatwg-archive/2015Apr/0000.html

Simon&apos;s proposal from the mailing list:

&gt; For &lt;link rel&gt;, we could solve the feature-testing problem by normalizing the case for supported keywords but not unsupported keywords, so you can check with .rel or .relList:
&gt;
&gt; function preloadSupported() {
&gt;    var link = document.createElement(&apos;link&apos;);
&gt;    link.rel = &apos;PRELOAD&apos;;
&gt;   return link.rel == &apos;preload&apos;;
&gt; }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121165</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2015-06-17 03:52:29 +0000</bug_when>
    <thetext>To be clear, based on reading the threads linked to in the description for this bug, the bug is not about testing but is instead about the HTML spec defining a new feature for the platform that would facilitate this kind of testing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126221</commentid>
    <comment_count>2</comment_count>
    <who name="Arron Eicholz">arronei</who>
    <bug_when>2016-04-27 20:54:04 +0000</bug_when>
    <thetext>HTML5.1 Bugzilla Bug Triage: Incubation needed

This bug constitutes a request for a new feature of HTML. 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>