<?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>28359</bug_id>
          
          <creation_ts>2015-03-28 18:07:52 +0000</creation_ts>
          <short_desc>validator  html error</short_desc>
          <delta_ts>2015-08-23 07:07:37 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Alexandr">alexpos87</reporter>
          <assigned_to name="Michael[tm] Smith">mike+validator</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>119009</commentid>
    <comment_count>0</comment_count>
    <who name="Alexandr">alexpos87</who>
    <bug_when>2015-03-28 18:07:52 +0000</bug_when>
    <thetext>1. Attribute placeholder is only allowed when the input type is e-mail, number, password, search, tel, text, or url.

html code:
name=&quot;email&quot; placeholder=&quot;Формат: mail@mail.ru&quot; type=&quot;email&quot; class=&quot;f9&quot;
I have type email but error in validation why???????



2. Bad value /files/БЛАНК ЗАКАЗА для регистрации ПОДФТ.xls for attribute href on element a: Illegal character in path segment: not a URL code point.

html code
href=&quot;/files/БЛАНК ЗАКАЗА для регистрации ПОДФТ.xls&quot; class=&quot;k48&quot;&gt;Здесь&lt;/a&gt;
It is File...why this is Validation error???</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>119053</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2015-03-30 08:35:03 +0000</bug_when>
    <thetext>(In reply to Alexandr from comment #0)
&gt; 1. Attribute placeholder is only allowed when the input type is e-mail,
&gt; number, password, search, tel, text, or url.
&gt; 
&gt; html code:
&gt; name=&quot;email&quot; placeholder=&quot;Формат: mail@mail.ru&quot; type=&quot;email&quot; class=&quot;f9&quot;
&gt; I have type email but error in validation why???????

Sorry about that. The cause was a bug I accidentally introduced very recently, but it&apos;s fixed now.


&gt; 2. Bad value /files/БЛАНК ЗАКАЗА для регистрации ПОДФТ.xls for attribute
&gt; href on element a: Illegal character in path segment: not a URL code point.
&gt; 
&gt; html code
&gt; href=&quot;/files/БЛАНК ЗАКАЗА для регистрации ПОДФТ.xls&quot; class=&quot;k48&quot;&gt;Здесь&lt;/a&gt;
&gt; It is File...why this is Validation error???

The problem there is that URLs aren&apos;t allowed to contain space characters. So you have to write the space as &quot;%20&quot; instead.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>