indexing legal: "See notice at end of class." status: "See notice at end of class." class HTML_FORM_CONSTANTS feature Tag_end: STRING is ">" NewLine: STRING is "%N" feature -- Form Form_start: STRING is "" Method: STRING is " METHOD=" Action: STRING is " ACTION=" Enctype: STRING is " ENCTYPE=" Name: STRING is " NAME=" Post: STRING is "POST" Get: STRING is "GET" feature -- Input Input_start: STRING is "" Rows: STRING is " ROWS=" Cols: STRING is " COLS=" Wrap: STRING is " WRAP=" Off: STRING is "OFF" Virtual: STRING is "VIRTUAL" Physical: STRING is "PHYSICAL" feature -- Select Select_start: STRING is "" Multiple: STRING is " MULTIPLE" Option_start: STRING is "