[Laszlo-dev] For Review: Change 20061120-Philip-4 Summary: Cleanup HTML in laszlo-in-10 pages
Philip Romanik
promanik at laszlosystems.com
Mon Nov 20 13:22:12 PST 2006
Change 20061120-Philip-4 by Philip at Philip-DC on 2006-11-20 15:48:24 EST
in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals
Summary: Cleanup HTML in laszlo-in-10 pages
New Features:
Bugs Fixed: LPP-3109
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
The pages had similar issues:
- Incorrect or missing DOCTYPE
- Missing <title> tag in <head>
- No bar '&' characters in HTML. Use & instead
- <frame> should not be written as <frame/>
- meta tags to specify format:
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <script> tag needs type attribute
- JSP pages should specify header:
<%@ page pageEncoding="UTF-8"%>
<%@ page contentType="text/html;charset=UTF-8" %>
Tests:
Files:
M laszlo-explorer/loading.html
M laszlo-explorer/editor.jsp
M laszlo-explorer/welcome_doc.html
M laszlo-explorer/blank.html
M laszlo-explorer/source.jsp
M laszlo-explorer/initializing.html
M laszlo-explorer/welcome.html
M laszlo-explorer/loading.jsp
M laszlo-explorer/echo.jsp
M laszlo-explorer/welcome_swf.html
M laszlo-explorer/application.jsp
M laszlo-explorer/doc.jsp
M laszlo-explorer/content.jsp
M laszlo-explorer/blank_top.html
M laszlo-explorer/content.html
M laszlo-in-ten-minutes/index.jsp
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20061120-Philip-4.tar
More information about the Laszlo-dev
mailing list