<div>Hi, </div><div><br></div><div>The dialog element is in draft: <a href="http://www.w3.org/TR/html5/commands.html#the-dialog-element">http://www.w3.org/TR/html5/commands.html#the-dialog-element</a></div><div><br></div><div>

But, you can use any tag with ARIA:</div><div><article role="dialog"></article><div><br clear="all">Slds,<br><br>Guille Paz<br><a href="http://pazguille.me" target="_blank">http://pazguille.me</a><br>


<br><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 5:28 PM, Ian Hickson <span dir="ltr"><<a href="mailto:ian@hixie.ch" target="_blank">ian@hixie.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On Wed, 28 Nov 2012, Stefano Gargiulo wrote:<br>
><br>
> What is the best html5 tag to describe a modal floating window, eg. a<br>
> floating login mask over the page?<br>
><br>
> <aside> ?<br>
> <section> ?<br>
<br>
</div></div><dialog>, but it's not yet widely implemented.<br>
<br>
In the meantime, probably <article> or <section> or <aside>, depending on<br>
exactly how the login window is set up: <article> if it would make sense<br>
if it was on its own page, <aside> if it's the spiritual equivalent of a<br>
sidebar login form (probably not if it's modal), <section> otherwise.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ian Hickson               U+1047E                )\._.,--....,'``.    fL<br>
<a href="http://ln.hixie.ch/" target="_blank">http://ln.hixie.ch/</a>       U+263A                /,   _.. \   _\  ;`._ ,.<br>
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
</div></div></blockquote></div><br></div></div>