Re: Issue

It's cool! Well, what about "header"? :)
<!DOCTYPE html>
<title>Test</title>
<article>
  <header>
    <nav></nav>
    <h1>Test</h1>
  </header>
</article>
--
Best regards, Maxim Vikulin.

2016-08-20 1:53 GMT+03:00 Michael[tm] Smith <mike@w3.org>:
> Maxim A Vikulin <mail@vikulin.ma>, 2016-08-19 16:14 +0300:
>> Archived-At: <http://www.w3.org/mid/CA+0AJ-Uhm2jQq=+qsO+eT1Z2hjRRcmV2-cxybd0O0+WPwvi=Gg@mail.gmail.com>
>>
>> Hello!
>> I don't sure, but i found bug probably.
>> All is well when i'm checking this code:
>> <!DOCTYPE html>
>> <title>Test</title>
>> <article><div></div><h1>Test</h1></article>
>>
>> But warning about lack heading is shown, when i'm checking this code:
>> <!DOCTYPE html>
>> <title>Test</title>
>> <article><nav></nav><h1>Test</h1></article>
>
> Nice catch—Thanks for reporting this. Fixed now and pushed to
> https://validator.w3.org/nu/
>
>   —Mike
>
> --
> Michael[tm] Smith https://people.w3.org/mike

Received on Saturday, 20 August 2016 10:11:15 UTC