! Copyright (C) 2008 Slava Pestov ! See http://factorcode.org/license.txt for BSD license. USING: kernel accessors strings namespaces assocs hashtables io mirrors math fry sequences words continuations html.elements xml.entities ; IN: html.forms TUPLE: form errors values validation-failed ; :