From saurabh at skjworld.com Sun May 2 23:18:02 2010 From: saurabh at skjworld.com (Saurabh Jain) Date: Mon, 3 May 2010 11:48:02 +0530 Subject: [html5] Multiple Canvas objects in one Page Message-ID: Hi, I would like to know that if create 10 - 12 separate canvas in one page will the browser work properly. Each canvas will have one complex animated layer for a dashboard kind of thing. Does HTML 5 and browsers like Firefox, Google Chrome, Safari support multiple canvas in one page without any performance degradation. -- Saurabh Jain Director SKJ Technologies Private Limited http://www.skjworld.com Author : Mobile Phone Programming using Java ME (J2ME) http://library.skjworld.com/mobile-technology/java/java-me -------------- next part -------------- An HTML attachment was scrubbed... URL: From saurabh at skjworld.com Mon May 3 03:40:20 2010 From: saurabh at skjworld.com (Saurabh Jain) Date: Mon, 3 May 2010 16:10:20 +0530 Subject: [html5] Pasteboard support in HTML 5 Message-ID: WebKit defines a pasteboard which gives the following 6 events: - onbeforecut - oncut - onbeforecopy - oncopy - onbeforepaste - onpaste I could not find these in WHATWG HTML 5 index. Are they available in some other form in HTML 5 or will HTML 5 not support them. Saurabh Jain Director SKJ Technologies Private Limited http://www.skjworld.com Author : Mobile Phone Programming using Java ME (J2ME) http://library.skjworld.com/mobile-technology/java/java-me -------------- next part -------------- An HTML attachment was scrubbed... URL: From eitanadlerlist at gmail.com Tue May 4 13:21:12 2010 From: eitanadlerlist at gmail.com (Eitan Adler) Date: Tue, 4 May 2010 23:21:12 +0300 Subject: [html5] inline lists - correct markup? Message-ID: What is the appropriate way to mark up inline lists? Something like: "I went to the store and bought eggs, cheese, and milk." or "I added three things in order to help: blah, deblah, and more blah" I could imagine something like I went to the store and bought
  • eggs,
  • cheese,
  • and milk.
which seems a bit much. Are