Open GoogleCodeExporter opened 9 years ago
A few more edits would help with validating using manifests for local caching
and
offline apps. Likewise I noticed some attributes I seemed to need for 0.30
alpha1. I
will send email directly to the contributor as well.
Add html tag attribute manifest=...)
<!ATTLIST html
%i18n;
id ID #IMPLIED
manifest %URI; #IMPLIED
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml'
>
Add attribute to div (toggled) and ul (selected).
<!ELEMENT div %Flow;> <!-- generic language/style container -->
<!ATTLIST div
%attrs;
%TextAlign;
selected (true) #IMPLIED
toggled (true) #IMPLIED
>
...
<!-- Unordered list -->
<!ELEMENT ul (li)+>
<!ATTLIST ul
%attrs;
type %ULStyle; #IMPLIED
compact (compact) #IMPLIED
selected (true) #IMPLIED
>
Hope that helps.
Original comment by tom.king...@gmail.com
on 20 Jul 2009 at 3:50
Hi there!
I have made the changes to the DTD you listed above.
Original comment by pete.mcc...@gmail.com
on 7 Aug 2009 at 6:55
Here's the edited file.
Please let me know if you use it, either at my Gmail or
webmaster@maxiwebs.co.uk.
Thanks!
Pete
Original comment by pete.mcc...@gmail.com
on 7 Aug 2009 at 6:58
Attachments:
Original issue reported on code.google.com by
pete.mcc...@gmail.com
on 17 Jul 2009 at 12:15Attachments: