What we appear to need are tools and standards to help ourselves cut through clutter

Standards don't help at all unless there's some incentive to follow them.

Currently you'd have a hard time convincing an advertiser to semantically mark it ads, because it goes against the goals of advertising.

There have been lots of proposals for more semantic markup, but none of them have really been successful on a large scale. Why? Because it's extra hassle for the content creator: first you have to learn a new markup format, enter your data in that format, and then turn it back into HTML so that all the browsers in the world can view it again, and in the end nobody ends up using the more semantic version anyway.


In reply to Re: The Web is Set Up All Wrong by moritz
in thread The Web is Set Up All Wrong by InfiniteSilence

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.