Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plato: Handle Disabled fields #2

Open
GoogleCodeExporter opened this issue May 2, 2015 · 1 comment
Open

Plato: Handle Disabled fields #2

GoogleCodeExporter opened this issue May 2, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

It is natural to have constraints that require values for certain fields.  Such 
constraints are only falsified when that field is disabled (though see HTTP 
spec for when a value is not submitted to the server).  Checking such 
constraints on the client requires analyzing DOM properties.  

Another example of such a constraint is VISIBLE. 

Add to Plato a mechanism for implementing constraints that check/change DOM 
properties.  

Original issue reported on code.google.com by [email protected] on 21 Jun 2012 at 3:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant