Re: [Webwork-devel] CSS tags
Brought to you by:
baldree,
rickardoberg
From: <ma...@sm...> - 2002-06-14 19:11:44
|
I'm cross posting this to get wider exposure. :) It looks like I have the standard tags almost XHTML compliant. The only issues I'm aware of is the following: 1. TextArea does not allow the wrap attribute under XHTML. By default, we set it to "virtual" which most browsers ignore. So, the fix is to remove this attribute. Should be no big deal. 2. The CascadingSelect has inline JavaScript. XHTML does not allow this. You have two choices - include it or CDATA it. Most browsers don't like CDATA at this time so we would need to include it but that doesn't work. Maybe "Jay Bose" can take a look at this later. Anyway, its not a big deal for now. That's it. Don't forget about questions below!! -Matt On Fri, 14 June 2002, ma...@sm... wrote > > Is anybody using the CSS tags? I'm in the process of > making sure our standard tags are XHTML compliant. I > looked at the CSS tags and I will not be able to make > them XHTML compliant without essentially making them > similar to the standard tags. > > So, the question is do we need to keep CSS? XHTML will > definitely be the wave of the future and therefore I > think we should strive to keep our tags XHTML compliant. > > I would like to remove CSS and rename standard to > XHTML. Anybody see a problem with this? I'm also going > to move the VXML tags out from under standard. So, in > the end we will have XHTML and VXML tags. > > -Matt > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel |