- From: Ian Stuart <kiz@ed.ac.uk>
- Date: Fri, 24 Mar 2023 09:03:38 +0000
- To: <www-validator@w3.org>
Do you actually mean href="/sk/vyhladavanie?query=&search=1&t..... ?? I wonder number of "=" symbols is throwing out the parameter parser? On 22/03/2023 07:51, Paška Stanislav wrote: > This email was sent to you by someone outside the University. > You should only click on links or attachments if you are certain that > the email is genuine and the content is safe. > > Hello. > > I discovered suspicious behaviour while validating html code. > > With current version of your online validator > (https://validator.w3.org/nu), this code > > <!DOCTYPE html> > > <html lang=""> > > <head> > > <title>Test</title> > > </head> > > <body> > > <ul> > > <li class="prev_parent"> > > <a href="../../index.html" aria-label="Prejsť na predošlú > stránku" class="pagination_prev idsk-button idsk-button--secondary"> > > <span class="visuallyhidden">Predošlá stránka</span> > > </a> > > </li> > > <li class=""> > > <a href="../../index.html" aria-label="Prejsť na stránku > 1" class="pagination_button idsk-button idsk-button--secondary">1</a> > > </li> > > <li class="current_parent"> > > <a href="index.html" aria-label="Prejsť na stránku 2" > aria-current="true" class="pagination_button idsk-button > idsk-button--secondary">2</a> > > </li> > > <li class=""> > > <a href="../3/index.html" aria-label="Prejsť na stránku > 3" class="pagination_button idsk-button idsk-button--secondary">3</a> > > </li> > > <li class="next_parent"> > > <a href="../3/index.html" aria-label="Prejsť na ďalšiu > stránku" class="pagination_next idsk-button idsk-button--secondary"> > > <span class="visuallyhidden">Nasledujúca > stránka</span> > > </a> > > </li> > > </ul> > > </body> > > </html> > > Looks good. > > Document checking completed. No errors or warnings to show. > > But almost same code structure > > <!DOCTYPE html> > > <html lang=""> > > <head> > > <title>Test</title> > > </head> > > <body> > > <ul> > > <li> > > <a > href="/sk/vyhladavanie?query=&search=1&type_person%5BF%5D=on&ico=&user_obligor=&judicature=0&sum_obligor_min=&sum_obligor_max=&due_date_min=&due_date_max=&count_day_due_date_min=&count_day_due_date_max=&obligor_SR=on&display_table=on&page=0&per_page=10#searchResultsTable" > aria-label="Prejsť na 1. stranu">1</a> > > </li> > > <li class="active"> > > <a > href="/sk/vyhladavanie?query=&search=1&type_person%5BF%5D=on&ico=&user_obligor=&judicature=0&sum_obligor_min=&sum_obligor_max=&due_date_min=&due_date_max=&count_day_due_date_min=&count_day_due_date_max=&obligor_SR=on&display_table=on&page=1&per_page=10#searchResultsTable" > aria-current="true" arial-label="Prejsť na 2. stranu">2</a> > > </li> > > <li> > > <a > href="/sk/vyhladavanie?query=&search=1&type_person%5BF%5D=on&ico=&user_obligor=&judicature=0&sum_obligor_min=&sum_obligor_max=&due_date_min=&due_date_max=&count_day_due_date_min=&count_day_due_date_max=&obligor_SR=on&display_table=on&page=2&per_page=10#searchResultsTable" > aria-label="Prejsť na 3. stranu">3</a> > > </li> > > <li> > > <a > href="/sk/vyhladavanie?query=&search=1&type_person%5BF%5D=on&ico=&user_obligor=&judicature=0&sum_obligor_min=&sum_obligor_max=&due_date_min=&due_date_max=&count_day_due_date_min=&count_day_due_date_max=&obligor_SR=on&display_table=on&page=3&per_page=10#searchResultsTable" > aria-label="Prejsť na 4. stranu">4</a> > > </li> > > </ul> > > </body> > > </html> > > Returns this > > Did you see some difference, or it is a bug in validator? > > Thank you > > S pozdravom / Best regards > > *Stanislav Paška* > > Konzultant > > *MIM, s.r.o..* > > Hraničná 18 > > 821 09 Bratislava > > www.mim.sk <www.mim.sk> > > mobil: +421 903 567 267 > > email: stanislav.paska@mim.sk <stanislav.paska@mim.sk> > > image001 > The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.
Received on Friday, 24 March 2023 16:18:09 UTC