


## html-defaults.pkg
# Compiled by:
# src/lib/html/html.lib# Some HTML attributes have default values specified by the DTD; this
# file defines values for these.
package html_defaults {
br_clear = html::text_flow_ctl::none;
area_shape = html::shape::box;
form_method = html::http_method::get;
form_enctype = "application/x-www-form-urlencoded";
input_type = html::input_type::text;
input_align = html::ialign::top;
th_rowspan = 1;
th_colspan = 1;
td_rowspan = 1;
td_colspan = 1;
};
## COPYRIGHT (c) 1996 AT&T Research.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2013,
## released per terms of SMLNJ-COPYRIGHT.


