<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
It seems that the version of Seaside I was basing this on was 3.0.3
which is the latest version ported to VisualWorks in the Cincom Public
Store repository.  As you say, things have changed since and support
for the HTML5 spec has improved.<br>
<br>
Thanks,<br>
David<br>
<br>
Philippe Marschall wrote:
<blockquote
 cite="mid:CA+LFMPh0b0SB7-4-_sn6974tk3=KuAq7C1VXp4Z_B0MNy_K4XQ@mail.gmail.com"
 type="cite">
  <pre wrap="">2011/9/25 David Buck <a class="moz-txt-link-rfc2396E" href="mailto:david@simberon.com">&lt;david@simberon.com&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">The HTML5 spec is still changing and it's hard to keep up with the latest
changes.  Since I'm developing a Seaside course, I decided to go through the
current HTML5 spec (Editor's Draft 23 September 2011) and compare what
element tags are available in that spec versus the tags we support in
Seaside
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks for the effort and sharing.

  </pre>
  <blockquote type="cite">
    <pre wrap="">(Seaside 3.0 - 8 released with VW7.8).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't know which Seaside version this is based on but the situation
in Seaside 3.0.6 is a bit different (see below). Most of the changes
probably come from Seaside 3.0.4.

  </pre>
  <blockquote type="cite">
    <pre wrap="">In general, Seaside has
quite good support for HTML5.  Here are the differences I've found:

Note:  I'm simply offering this list as information for anyone interested.
 I needed to research this for the course and thought it would be good to
share the results.

The following tags are inconsistent between Seaside and the current version
of HTML5
  mark   (already reported)

Tags in HTML5 not supported by Seaside (some of these are poor style and
should use newer tags but are still supported in HTML):
  hgroup
    </pre>
  </blockquote>
  <pre wrap=""><!---->
#headingGroup there but missing tests

  </pre>
  <blockquote type="cite">
    <pre wrap="">  figcaption
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing

  </pre>
  <blockquote type="cite">
    <pre wrap="">  s
  i (should use emphasis)
  b (should use strong)
  u (shouldn't really use at all)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
All of these are deprecated in HTML 4 in favor of CSS and intentionally missing.

  </pre>
  <blockquote type="cite">
    <pre wrap="">  bdi
    </pre>
  </blockquote>
  <pre wrap=""><!---->
#bidirectional, there but missing tests, should probably be #biDirectional.

  </pre>
  <blockquote type="cite">
    <pre wrap="">  bdo
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">  wbr
    </pre>
  </blockquote>
  <pre wrap=""><!---->
#lineBreakOpportunity, there but missing tests

  </pre>
  <blockquote type="cite">
    <pre wrap="">  embed
    </pre>
  </blockquote>
  <pre wrap=""><!---->
#embed there but missing tests

  </pre>
  <blockquote type="cite">
    <pre wrap="">  audio (interestingly, a WAAudioTag class exists with no call from the
canvas)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
#audio, even has tests

  </pre>
  <blockquote type="cite">
    <pre wrap="">  track
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">  map (WAImageMapTag class uses an anchor tag)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">  area
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">  output
    </pre>
  </blockquote>
  <pre wrap=""><!---->
We have a WAOutputTag but it's never used :-(

  </pre>
  <blockquote type="cite">
    <pre wrap="">  summary
    </pre>
  </blockquote>
  <pre wrap=""><!---->
missing indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">The following tags are supported by Seaside but aren't in the current HTML5
spec (no problem keeping them for backward compatibility but perhaps they
should be marked as deprecated):
  rubyBase
  rubyBaseContainer
  rubyTextContainer
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Indeed, they seem to be replaced by rt and rp

  </pre>
  <blockquote type="cite">
    <pre wrap="">  datagrid
    </pre>
  </blockquote>
  <pre wrap=""><!---->
funny, yes missing

  </pre>
  <blockquote type="cite">
    <pre wrap="">  acronym
    </pre>
  </blockquote>
  <pre wrap=""><!---->
"deprecated" but still in HTML 4, therefore likely to stay

  </pre>
  <blockquote type="cite">
    <pre wrap="">  dialog
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Indeed

  </pre>
  <blockquote type="cite">
    <pre wrap="">  teletype
    </pre>
  </blockquote>
  <pre wrap=""><!---->
"deprecated" but still in HTML 4, therefore likely to stay

Cheers
Philippe
_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>



-----
No virus found in this message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 10.0.1410 / Virus Database: 1520/3919 - Release Date: 09/25/11


  </pre>
</blockquote>
<br>
</body>
</html>