Custom Query (133 matches)

Filters
 
Columns

Show under each result:


Results (43 - 45 of 133)

Ticket Resolution Summary Owner Reporter
#53 fixed Add "X-W3C-Validator-*" HTTP headers tgambet vivien

Reported by vivien, 4 years ago.

description

Goal is to be able to check a page with Unicorn using a HTTP HEAD request similar to what is implemented in the W3C Markup & CSS Validators.

eg:

vivien@han-solo:~$ HEAD http://validator.w3.org/check?uri=http://www.doky.org/
200 OK
(...)
X-W3C-Validator-Errors: 0
X-W3C-Validator-Recursion: 1
X-W3C-Validator-Status: Valid
X-W3C-Validator-Warnings: 0
vivien@han-solo:~$ HEAD http://jigsaw.w3.org/css-validator/validator?uri=http://www.doky.org/
200 OK
(...)
X-W3C-Validator-Errors: 1
X-W3C-Validator-Status: Invalid
#54 fixed Add xml:lang attributes on the observers responses tgambet tgambet
#56 fixed Change information icon image tgambet jean-gui

Reported by jean-gui, 4 years ago.

description

 http://qa-dev.w3.org/unicorn/images/icone_info_b.png

Info messages should use a "i" icon instead of a "?" icon (which is commonly used for help messages).

eg.

"i icon" This translation is incomplete. Help us translate Unicorn into your native language.

from:  Unicorn in Italian a page that currently uses this icon:  http://qa-dev.w3.org/unicorn/images/icone_info_b.png

Note: See TracQuery for help on using queries.