<?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>21353</bug_id>
          
          <creation_ts>2013-03-20 17:34:28 +0000</creation_ts>
          <short_desc>While I can&apos;t find it on this page, presumably the valid characters in an attribute value does not include :  So wherever the spec is for valid chars in attribute value, that&apos;s the answer for this one.</short_desc>
          <delta_ts>2013-04-14 06:51:34 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#syntax-attribute-value</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>84746</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-03-20 17:34:28 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html
Multipage: http://www.whatwg.org/C#syntax-attribute-value
Complete: http://www.whatwg.org/c#syntax-attribute-value

Comment:
While I can&apos;t find it on this page, presumably the valid characters in an
attribute value does not include :  So wherever the spec is for valid chars in
attribute value, that&apos;s the answer for this one.

Posted from: 67.162.103.133
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:19.0) Gecko/20100101 Firefox/19.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85290</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-04-01 18:27:49 +0000</bug_when>
    <thetext>Nope, colons are fine in general.

What exactly is allowed in attribute values depends on the attribute and on the syntax used for the attribute. For example, this is invalid:

   title=can&apos;t do this

...because apostrophes and spaces aren&apos;t valid in unquoted attribute values. On the other hand, this is fine:

   title=&quot;y&apos;all CAN do this&quot;

...because those characters are fine when quoted. But it depends on the quotes; this isn&apos;t valid, for example:

   title=&apos;can&apos;t do this&apos;

But some attributes are even more constrained, e.g.:

   dir=&quot;can&apos;t do this&quot;

...is invalid because dir=&quot;&quot; only takes a few values like &quot;ltr&quot; and &quot;rtl&quot;.


The text at the place in the spec where you were gives the broad requirements:
   http://www.whatwg.org/C#syntax-attribute-value

Is that insufficiently clear?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>