It appears to me that the webkit dev archives are erroneously clipping any contents after two blank lines in content. I assume this was attempt to clip the "webkit-dev mailing list" footer that is appended after two lines with each message.
Below is the message I sent previously, where the two blank lines are replaced with.: > [first to two blank lines] > [second of two blank lines] However, as you can see from the archive, most of the content in my original message was clipped. http://lists.webkit.org/pipermail/webkit-dev/2012-November/023011.html Begin forwarded message: > From: James Craig <jcr...@apple.com> > Subject: Re: [webkit-dev] Adding <main> element to WebCore > Date: November 29, 2012 5:08:27 PM PST > To: Steve Faulkner <faulkner.st...@gmail.com> > Cc: webkit-dev@lists.webkit.org > > On Nov 26, 2012, at 2:01 PM, Steve Faulkner <faulkner.st...@gmail.com> wrote: > >> I have submitted a patch [1] to add <main> element support to webkit and >> would appreciate your consideration. > > You should also add a layout test. > [first to two blank lines] > [second of two blank lines] > From an accessibility perspective, the <main> element is an easy win. There > is currently no element on which to hang the landmark, so expert web authors > are forced to use ARIA on top of HTML5 <div role="main">, and non-experts > miss an opportunity that would make their web content more accessible <div > id="main"> (semantically meaningless). > > On top of the major accessibility win, it's another organizational hook for > scripts or CSS, like <header> or <nav>. > > I['ll] respond to some of the other comments in each sub-thread. > > _______________________________________________ > webkit-dev mailing list > webkit-dev@lists.webkit.org > http://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

