- From: <w3t-archive+esw-wiki@w3.org>
- Date: Wed, 16 Nov 2005 22:12:46 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user, You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification. The following page has been changed by GoutamSaha: http://esw.w3.org/topic/its0908LinguisticMarkup ------------------------------------------------------------------------------ }}} + Word-level and Sentence-Level '''Markups''' for '''HTML Form Captions or Labels''' are stated below. + {{{ + + <!-- Word Level Markup for HTML Form (Label) Captions that we may need to translate --> + + <form> + <pos_cat name="form_label"> + Given Name: + </pos_cat> + <input type="text" name="givenname"> + <br> + <pos_cat name="form_label"> + Family Name: + </pos_cat> + <input type="text" name="familyname"> + </form> + + <!-- Word Level Markup for HTML Form (Radio) Captions that we may need to translate --> + <form> + <input type="radio" name="title" value="Mr"> + <pos_cat name="form_label"> Mr + </pos_cat> + <br> + <input type="radio" name="title" value="Ms"> + <pos_cat name="form_label"> Ms + </pos_cat> + </form> + + <!-- Sentence-Level Markup for Checkbox Captions that we may need to translate --> + <form> + <input type="checkbox" name="aged"> + <sentence_cat name="form_label"> + Age above 50 years + </sentence_cat> + <br> + <input type="checkbox" name="young"> + <sentence_cat name="form_label"> + Age in between 20-35 + </sentence_cat> + </form> + + }}} =='''Understanding Content Domain Level Markups:-'''==
Received on Thursday, 17 November 2005 11:47:01 UTC