Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(368)

Issue 9023047: Add support for HTML5 <input> types. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by kpreid2
Modified:
12 years, 10 months ago
Reviewers:
felix8a
CC:
google-caja-discuss_googlegroups.com
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

Description

* Whitelist input type={search,tel,url,email,datetime,date,month,week, time,datetime-local,number,range,color}. * Add properties/methods for numeric field types: stepUp, stepDown, step, min, max, valueAsNumber. * Export assertNaN to guest tests. Does not work in ES5/3 mode because the cajoler is not allowing the new types despite the schema change, but we can debug that later. Fixes <https://code.google.com/p/google-caja/issues/detail?id=1609>. @r5388

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -4 lines) Patch
M src/com/google/caja/lang/html/html4-attributes-defs.json View 1 chunk +3 lines, -2 lines 0 comments Download
M src/com/google/caja/plugin/domado.js View 1 chunk +11 lines, -1 line 0 comments Download
M tests/com/google/caja/plugin/browser-test-case.js View 1 chunk +1 line, -1 line 0 comments Download
M tests/com/google/caja/plugin/es53-test-domado-forms-guest.html View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 2
kpreid2
12 years, 10 months ago (2013-04-30 23:08:21 UTC) #1
felix8a
12 years, 10 months ago (2013-05-01 02:18:04 UTC) #2
lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b