Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Browser comparability specifics

I am trying to determine if using org.eclipse.swt.browser.
Browser will be compatible with the page I need to show.  In particular, I need to know:
  • does Browser support HTML 4.01 Standard or HTML5?
  • does Browser support CSS level 2.1 or CSS level 3.0?
  • does Browser support _javascript_ version 1.5 (or above)?
Any information will help.

Thanks in advance,
Terrance

Back to the top