sysapps / runtime

Runtime and Security Model for Hosted Web Applications and Packaged Applications
6 stars 13 forks source link

Small markup issues #53

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

There are some small markup issues in #12 that should be fixed independently of that bug.

1374c1374
<             as the first argument is a Function object rather than a string;<il>

---
>             as the first argument is a Function object rather than a string;</li>
1377c1377
<             myElement.onXXX = someFunction;<li>

---
>             myElement.onXXX = someFunction;</li>

Should also run the current spec over validator.nu.

marcoscaceres commented 11 years ago

Work started...

marcoscaceres commented 11 years ago

Fixed by merge #54 .