[ESW Wiki] Update of "its0908LinguisticMarkup" by GoutamSaha

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


------------------------------------------------------------------------------
  continue working on linguistic markup, but for the actual work on a Recommendation concentrate
  on the other, simpler problems first, and maybe save linguistic markup for Version 2 of ITS.]]'''
  
+ '''[[Goutam Saha- Excellent remarks/comments indeed.''' It will be nice if AZ, MJD, FS, RI,YS or anyone add and share their knowledge, at any suitable time, on this recently proposed scheme.
+ Readers may please give language specific feedback or any suggestions also to '''goutam.k.saha@kolkatacdac.in, sahagk@gmail.com ]]'''
+         
+ '''[[Felix Sasaki- Goutam, as I said before, and - sharing AZ's comment - I think this is a tremendous piece of work. Nevertheless, I share MJD view that currently we are very busy with the preparation of the first version of the ITS tag set. We do not want to stop your work on the topic of linguistic markup, but we can not take it into account in the near future. I tried to make that clear before, I hope that you understand that.''']]
+ 
  '''[Felix Sasaki'''- Maybe it was not clear in the minutes of the ITS f2f at ERCIM in September, but that was what we decided to do. Goutam, I hope that I understood you correct that you would agree on what Martin formulated - that we solve the current simple (they are hard enough) problems of ITS first and come back to linguistic markup later.''']]'''
  
+      
- '''[[Felix Sasaki- Goutam, as I said before, and - sharing AZ's comment - I think this is a tremendous piece of work. Nevertheless, I share MJD view that currently we are very busy with the preparation of the first version of the ITS tag set. We do not want to stop your work on the topic of linguistic markup, but we can not take it into account in the near future. I tried to make that clear before, I hope that you understand that.''']]
- 
- '''[[Goutam Saha- Excellent remarks/comments indeed.''' It will be nice if AZ, MJD, FS, RI,YS or anyone add and share their knowledge, at any suitable time, on this recently proposed scheme.
- Readers from other than W3C, may please give language specific feedback or any suggestions to '''goutam.k.saha@kolkatacdac.in, sahagk@gmail.com ]]'''
-              
  {{{
  The 3-Tier XML Schema approach is useful for an XML content-author to embed a source human language specific metadata information in an XML document. This is a significant step forward toward internationalization and localization processes. An author does not need to markup every parts of his/ her document. Use such markups only at very language specific parts and thus the content does not get overweighted with extra markups.
  
@@ -615, +616 @@

  
  }}}
  
+ 
+ Sentence Level Markup for the '''HTML Title Attribute:'''
+ 
+ A "title" attribute is often inserted inside any HTML tag. Inserting this attribute gives the element a tooltip that pops up when the mouse moves over it (for an example here, on W3C. For Internationalization and Localization, we should translate the value of the HTML Title Attribute. Such markup is useful for '''translating VBScript / JavaScript Tooltips Text'''  on various events like '''ONMOUSEOVER'''  etc.
+ 
+ {{{
+ 
+ <!-- Sentence-Level Markup for HTML Title Attribute -->
+ 
+ <sentence_cat name="title_value">
+ 
+ <a href="http://www.w3.org" title="Click here for the W3C ">W3C 
+ 
+ </a>
+ 
+ </sentence_cat>
+ 
+ 
+ Another example of  Markup for "HTML Title Attribute" for a form using the 
+ 
+ "Input Text Box."
+ 
+ <!-- Markup for HTML Title Attribute using Input Text Box -->
+ 
+ <sentence_cat name="title_value">
+ 
+ <form>
+ 
+ <input type="text" size=20 title="Enter your email address here">
+ 
+ <input type="button" value="Submit">
+ 
+ </form>
+ 
+ </sentence_cat>
+ 
+ }}}
  
   
  =='''Understanding Content Domain Level Markups:-'''==

Received on Friday, 28 October 2005 06:38:17 UTC