timothyhinrichs / clicl

Automatically exported from code.google.com/p/clicl
Other
0 stars 0 forks source link

Plato: Handle Disabled fields #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 thinr...@gmail.com on 21 Jun 2012 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by thinr...@gmail.com on 20 Sep 2012 at 6:15