Boost C++ Libraries: Ticket #1735: [website] Wrong HTML on main documentation page. https://svn.boost.org/trac10/ticket/1735 <p> The documentation homepage has subtly wrong HTML that isn't caught by validators. The main section that lists Boost's libraries with short summaries is a HTML definition list with the following opening tag: </p> <p> &lt;dl class=""&gt; </p> <p> Note the class atribute is an empty string. For some reason this confuses CSS engines of some browsers (including current Konqueror and newest Opera beta) into displaying the contained &lt;dt&gt;s as if they had display="inline" - they are not on new line, except the first one. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1735 Trac 1.4.3 René Rivera Mon, 31 Mar 2008 16:40:45 GMT milestone deleted https://svn.boost.org/trac10/ticket/1735#comment:1 https://svn.boost.org/trac10/ticket/1735#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-deleted">Website 1.0</span> </li> </ul> Ticket René Rivera Mon, 31 Mar 2008 16:50:50 GMT status changed; milestone set https://svn.boost.org/trac10/ticket/1735#comment:2 https://svn.boost.org/trac10/ticket/1735#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket Daniel James Sat, 19 Apr 2008 15:45:04 GMT <link>https://svn.boost.org/trac10/ticket/1735#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/44594" title="Remove class=&#34;&#34; - it's causing some compilers some problems. Refs #1735. ">[44594]</a>) Remove class="" - it's causing some compilers some problems. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sat, 19 Apr 2008 16:28:45 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:4</guid> <description> <p> That didn't seem to improve things on Konqueror. The generated dots after all the 'dt's are wrapping to the next line. Using a fixed height seems to fix that, although I'm not sure if the height is correct, as a line-height is never specified. I'll check the change into beta. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sat, 19 Apr 2008 16:29:47 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:5</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/44596" title="Fix the height of the labels in the library list, so that the ...">[44596]</a>) Fix the height of the labels in the library list, so that the generated dots can't make them grow. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Sun, 11 May 2008 16:07:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:6</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45287" title="Remove the fixed line height as on some browsers it doesn't match the ...">[45287]</a>) Remove the fixed line height as on some browsers it doesn't match the normal line height and looks a bit wonky. Instead I added a class to the outer dl so that the titles can clear the line, the field names and values are not aligned on safari and opera, but the whole thing looks vaguely reasonable now. </p> <p> Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Wed, 14 May 2008 21:08:31 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:7</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45370" title="Fix the height of the field names, and set the line height of the ...">[45370]</a>) Fix the height of the field names, and set the line height of the values to match. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> <p> I'm not sure why it didn't occur to me to do this before. It looks okay on all the linux browsers. I'll try some more when I get the chance and then merge it into the live site. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 15 May 2008 10:57:33 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:8 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:8</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45384" title="Just set nowrap of the field names - a much simpler solution to the ...">[45384]</a>) Just set nowrap of the field names - a much simpler solution to the Safari and Opera problems. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 15 May 2008 17:48:23 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:9 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:9</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45396" title="Merge in layout fix for Safari and Opera. Refs #1735.">[45396]</a>) Merge in layout fix for Safari and Opera. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1735" title="#1735: Bugs: [website] Wrong HTML on main documentation page. (closed: fixed)">#1735</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Fri, 20 Jun 2008 05:12:13 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/1735#comment:10 https://svn.boost.org/trac10/ticket/1735#comment:10 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Website 1.X</span> </li> </ul> Ticket Daniel James Sat, 21 Feb 2009 18:12:35 GMT owner, status changed https://svn.boost.org/trac10/ticket/1735#comment:11 https://svn.boost.org/trac10/ticket/1735#comment:11 <ul> <li><strong>owner</strong> changed from <span class="trac-author">René Rivera</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> </ul> <p> The page still looks awful in konqueror. I'd hoped it'd get fixed in there, since it's been fixed in webkit for a while but I guess it doesn't work like that. It'll be a pity to have to put in a hack just for a minority browser, but I guess it's the only way. </p> Ticket Daniel James Mon, 07 Jun 2010 22:45:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1735#comment:12 https://svn.boost.org/trac10/ticket/1735#comment:12 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Oh, I'm just going to resolve this as fixed. The html is fine. The page looks fine in every recent mainstream browser. I don't have Konqueror installed at the moment, might try it if I get round to installing linux again. </p> Ticket anonymous Thu, 10 Jun 2010 08:44:37 GMT <link>https://svn.boost.org/trac10/ticket/1735#comment:13 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:13</guid> <description> <p> Looks fine in Konqueror 4.4.4. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 10 Jun 2010 09:14:09 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1735#comment:14 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1735#comment:14</guid> <description> <p> Oh good, thanks for letting me know. </p> </description> <category>Ticket</category> </item> </channel> </rss>