• Index
  • Spec. Chars
  • Numbers
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
  • You are currently using a web browser that does not support HTML pages with style sheets. Please try the XHTML 1 or XHTML 1 Mobile version of this page instead.

    HTML for WCSS Acronym

    when WCSS means WAP Cascading Style Sheet

    New! Now updated with the inheritance rules for the title attribute in HTML 5

    The easiest way to create HTML code indicating that the acronym WCSS stands for WAP Cascading Style Sheet is to simply include the acronym in an HTML <a> tag and an abbreviation tag (not an acronym tag):

    <a href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet" onclick="if (confirm('WCSS stands for WAP Cascading Style Sheet')) return false;" > <abbr>WCSS</abbr> </a>

    This is the recommended code for both HTML 4 browsers and HTML 5 browsers. Some browsers, most notably IE, do not activate help when the title attribute is coded on the <abbr> tag, but they do work as expected for titles on the <a> tag. The <abbr> tag inherits its title attribute from the parent <a> tag.

    If you are creating HTML code for the definition of WAP Cascading Style Sheet, the meaning of the acronym WCSS, then include a <dfn> definition tag around the <abbr> abbreviation tag and follow the entire HTML code for the hypertext link with the definition of the term:

    <p>A <a href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet" onclick="if (confirm('WCSS stands for WAP Cascading Style Sheet')) return false;" > <dfn><abbr title="WAP Cascading Style Sheet">WCSS</abbr> </a> is ...(definition of WAP Cascading Style Sheet)....</p>

    The <dfn> tag gets the term being defined from the title attribute of the <abbr> tag. The result should look like this (hovering your mouse over the WCSS acronym shows the expanded meaning of the acronym):

    A WCSS is ...(definition of "WAP Cascading Style Sheet")....

    If you are creating HTML code that simply expands the acronym then indicate that it is the WCSS acronymn which is being defined using an HTML <dfn> tag with a title attribute around the <abbr> tag and follow the HTML for the hypertext link with the acronym definition:

    <p>When we use the acronym <a href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet" onclick="if (confirm('WCSS stands for WAP Cascading Style Sheet')) return false;" > <dfn title="WCSS"><abbr title="WAP Cascading Style Sheet">WCSS</abbr></dfn> </a> it is the abbreviation for WAP Cascading Style Sheet.</p>

    The result should look like this (hovering your mouse over the WCSS acronym shows the definition):

    When we use the acronym WCSS it is the abbreviation for WAP Cascading Style Sheet.

    Acronym Vocabulary URI Declaration

    For the remaining examples, the Acronym Vocabulary namespace URI needs to be declared for use with element tag names and attribute values. For an HTML web page, the beginning of the file should look like this:

    <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html [ <!ENTITY at "http://Acronyms.net/terms/"> <!ENTITY av "http://Acronyms.net/vocabulary/"> ]> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:av="&av;"> <head> <style type="text/css"> .hide { display: none } </style> ...

    This only needs to be done once per document file.

    XLink simple link

    First, declare the vocabulary as shown above. Then, add acronyms as follows:

    <a href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet" xlink:type="simple" xlink:href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" xlink:arcrole="&av;definedAt" xlink:role="&av;definition" xlink:title="WAP Cascading Style Sheet" xlink:show="new" xlink:actuate="onRequest" > <abbr xlink:type="simple" xlink:href="&at;WAP-Cascading-Style-Sheet" xlink:arcrole="&av;standsFor" xlink:role="&av;term" xlink:title="WCSS - WAP Cascading Style Sheet" xlink:show="new" xlink:actuate="onRequest" >WCSS</abbr></dfn> </a>

    XLink extended link

    First, declare the vocabulary as shown above. Then, add acronyms as follows:

    <a xlink:type="extended" href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet"> <abbr xlink:type="resource" xlink:label="acronym">WCSS</abbr> <span class="hide" xlink:type="resource" xlink:label="verbal" xlink:title="pronunciation">w c s s</span> <span class="hide" xlink:type="resource" xlink:label="expand" xlink:title="expansion">WAP Cascading Style Sheet</span> <span class="hide" xlink:type="locator" xlink:label="term" xlink:role="&av;term" xlink:href="&at;WAP-Cascading-Style-Sheet" xlink:title="WAP Cascading Style Sheet"/> <span class="hide" xlink:type="locator" xlink:label="definition" xlink:role="&av;definition" xlink:href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" xlink:title="WAP Cascading Style Sheet"/> <span class="hide" xlink:type="locator" xlink:label="finder" xlink:role="&av;reference" xlink:href="http://www.Acronyms.net/reference/w/WCSS#WAP-Cascading-Style-Sheet" xlink:title="WCSS - WAP Cascading Style Sheet"/> <span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&av;pronounceAs" xlink:to="verbal" xlink:actuate="onLoad"/> <span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&av;expandsTo" xlink:to="expand"/> <span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&av;standsFor" xlink:to="term"/> <span class="hide" xlink:type="arc" xlink:from="term" xlink:arcrole="&av;definedAt" xlink:to="definition" xlink:show="new" xlink:actuate="onRequest"/> <span class="hide" xlink:type="arc" xlink:from="acronym" xlink:arcrole="&av;foundAt" xlink:to="finder" xlink:show="new" xlink:actuate="onRequest"/> </a>

    embedded RDF metadata

    First, declare the vocabulary as shown above. Then, add acronyms as follows:

    <a href="http://www.Acronyms.net/terms/w/WAP-Cascading-Style-Sheet/" title="WAP Cascading Style Sheet"> <abbr>WCSS</abbr> </a>

    Printer-friendly PDF* format:

    WAP Cascading Style Sheet

    You are currently viewing this page in XHTML 2 Style Sheet* format (* see Clicklets for more infomation). This document is also available in HTML Style Sheet*XHTML 1* XML* HTML 4*HTML 5 Style Sheet*HTML 5 XML*HTML 5 non-XML* XHTML Mobile* WML Mobile* and printer-friendly PDF* formats. This is accomplished with Single Source Publishing, a content management system that uses templates in XSLT style sheets provided by XML Styles .com to transform the source content for various content delivery channels. There is also RDF* metadata that describes the content of this document.