Karl Dubost | 1 Oct 2007 01:56
Picon
Favicon

Re: warnings for shorttags


ooops

Karl Dubost (1 oct. 2007 - 07:30) :
> Passed validation, <strong id="warning-flag">4 warning(s)</strong>

--

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

olivier Thereaux | 1 Oct 2007 04:28
Picon
Favicon

Re: installing validator on windows xp


Hi Dean,

On Sep 28, 2007, at 20:54 , Dean Edridge wrote:
> I think I have every thing (including Apache) installed correctly  
> except the required perl modules. I have used the http:// 
> www.myhpi.de/~dtibbe/download/ppm.zip and unzipped them to C:\www 
> \ppm but for some reason when I open up the GUI and go through the  
> "preferences dialogue (Edit -> Preferences ->  Repositories)..."  
> steps it does not seem to install each of the pm modules.

I am not familiar with PPM, but just noticed that David (maintainer  
of the all-in-one zip for windows) just updated his package,  
hopefully it may work better?

HTH,
--

-- 
olivier

olivier Thereaux | 1 Oct 2007 08:23
Picon
Favicon

Re: little frontend things


Hello Reisio,

On Sep 30, 2007, at 01:37 , w3 <at> reisio.com wrote:
> Someone in #web on freenode mentioned that the top right corner of the
> #banner area wasn't curved, but the existence of /images/head-tr.png
> suggests it wasn't intended.

Why should it be? Because all the trendy designs have all their  
corners rounded? :)

I didn't produce this design, so this is just an opinion, but I think  
it's actually nice that the designer chose to keep some quaint angles  
here and there rather than sheepishly follow everyone's trends.

cheers,
--

-- 
olivier 

Andreas Prilop | 1 Oct 2007 16:10
Favicon

Re: [VE][122] using # in the usemap attribute


> On Sat, 29 Sep 2007, Rado Faletic wrote:
>
>>> Validating http://www.mobility.org.au/
>>
>> | Content-Type: text/html; charset=utf-8
>> |
>> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
>> |          "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
>> |
>> | <meta http-equiv="Content-Type"
>> |          content="application/xhtml+xml; charset=utf-8" />
>
> What do you think it is that I don't understand?

First, proper quoting.

Second, you *cannot* set the Content-Type with a <meta> fake:
 http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.1
 http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.2

Karl Dubost | 1 Oct 2007 22:16
Picon
Favicon

Re: [VE][122] using # in the usemap attribute


Andreas Prilop (1 oct. 2007 - 23:10) :
> First, proper quoting.
>
> Second, you *cannot* set the Content-Type with a <meta> fake:
>  http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.1
>  http://www.unics.uni-hannover.de/nhtcapri/meta-http-equiv.2

.htaccess in nhtcapri

<Files meta-http-equiv\.(1|2)>
    ForceType None
</Files>

--

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

olivier Thereaux | 2 Oct 2007 03:37
Picon
Favicon

Re: W06 & w09


Hi Dysmas,

On Sep 30, 2007, at 05:18 , dysmas wrote:
> Im writing a little python module to interface with the validator,  
> on certain pages (amazon.co.uk) where there is not a doctype &  
> possibly other conditions, warning 06 & 08 will be raised.

Correct. Note that W08 is being obsoleted as of the next version of  
the validator.

>
> These warnings do not have line & column number values  
> (understandable as they are about the document as a whole), however  
> a mention of these & any others on the API page would be helpful,  
> maybe in the "SOAP1.2 atomic message (error or warning) format  
> reference" section

Good idea, I'll look into that. In the meantime, you can see a list  
of these special warnings in our CVS repository:
http://dev.w3.org/cvsweb/validator/share/templates/en_US/ 
soap_warnings.tmpl

Thank you.
--

-- 
olivier

Gmail Directeur | 2 Oct 2007 04:44
Picon

SOAP errors and suggestion


Hello,

I've intentionnally submitted http://yahoo.co (without the "m" for com)
to the markup validator and here's what it returned as a soap12 output:

<?xml version='1.0' encoding="utf-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
            xmlns:m='http://www.w3.org/2005/10/markup-validator'>
  <env:Body>
   <env:Fault>
     <env:Code>
       <env:Value>env:Sender</env:Value>
       <env:Subcode>
        <env:Value>m:Exception</env:Value>
       </env:Subcode>
     </env:Code>

     <env:Reason>
        <env:Text xml:lang="en-US">HTTP Error</env:Text>
     </env:Reason>
     <env:Detail>
        <m:errordetail xml:lang="en-US">
    Unexpected HTTP response
    500 Can&#39;t connect to yahoo.co:80 (Bad hostname &#39;yahoo.co&#39;)
    while trying to retrieve http://yahoo.co/.

    If you made recent changes to your domain name (DNS) configuration, you may
    also want to <a href="http://www.squish.net/dnscheck/">check that your
    domain records are correct</a>, or ask your hosting company to do so.
(Continue reading)

olivier Thereaux | 2 Oct 2007 07:24
Picon
Favicon

Re: [VE][122] using # in the usemap attribute


Hi Rado,

On Sep 29, 2007, at 10:37 , Rado Faletic wrote:
> note that in the XHTML1.1 working draft (16 Feb 2007) it says the  
> following:
> XHTML 1.1 documents SHOULD be labeled with the Internet Media Type  
> text/html as defined in [RFC2854] or application/xhtml+xml as  
> defined in [RFC3236].
>
> What do you think it is that I don't understand?

Most people know primarily the XHTML media types note,
http://www.w3.org/TR/xhtml-media-types/
which seems to clash with this paragraph of the latest XHTML 1.1 draft.

I (and others before) have asked the working group standardizing  
XHTML 1.1 for clarification:
http://lists.w3.org/Archives/Public/public-xhtml2/2007Oct/0007.html

Hope this helps.
--

-- 
olivier

olivier Thereaux | 2 Oct 2007 07:27
Picon
Favicon

Re: warnings for shorttags


On Oct 1, 2007, at 07:30 , Karl Dubost wrote:
> Proposal:
> <td colspan="2" class="valid">
> Passed validation, <strong id="warning-flag">4 warning(s)</span>
> </td>
>
> #warning-flag {
> 	font-weight:bold;
> 	color:#f30;
> }

#f30 was a bit aggressive, hence tweaked to use a color closer to  
that of the yellow-orange of warning sign, but other than that, it's  
a solution that seems to go in the right direction, adopted.

thank you.

--

-- 
olivier

Brett Bieber | 2 Oct 2007 15:48
Picon
Gravatar

Re: SOAP errors and suggestion


Hi Karim,

On 10/1/07, Gmail Directeur <directeur <at> gmail.com> wrote:
>
> Hello,
>
> I've intentionnally submitted http://yahoo.co (without the "m" for com)
> to the markup validator and here's what it returned as a soap12 output:
>
> <?xml version='1.0' encoding="utf-8"?>
> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
>             xmlns:m='http://www.w3.org/2005/10/markup-validator'>
>   <env:Body>
>    <env:Fault>
>      <env:Code>
>        <env:Value>env:Sender</env:Value>
>        <env:Subcode>
>         <env:Value>m:Exception</env:Value>
>        </env:Subcode>
>      </env:Code>
>
>      <env:Reason>
>         <env:Text xml:lang="en-US">HTTP Error</env:Text>
>      </env:Reason>
>      <env:Detail>
>         <m:errordetail xml:lang="en-US">
>     Unexpected HTTP response
>     500 Can&#39;t connect to yahoo.co:80 (Bad hostname &#39;yahoo.co&#39;)
>     while trying to retrieve http://yahoo.co/.
(Continue reading)


Gmane