-
tables of contents
-
From Web Content
Accessibility Guidelines 1.0 (1999-05-05)
| Glossary for
this source
A table of contents generally lists (and
links to) the most important sections of a document.
- tabular
information
-
From Web Content
Accessibility Guidelines 1.0 (1999-05-05)
| Glossary for
this source
When tables are used to represent logical
relationships among data -- text, numbers, images, etc., that
information is called "tabular information" and the tables are
called "data tables". The relationships expressed by a table may be
rendered visually (usually on a two-dimensional grid), aurally
(often preceding cells with header information), or in other
formats.
- tag
-
From Modularization of XHTML (2001-04-10)
| Glossary for
this source
descriptive markup delimiting the start and
end (including its generic identifier and any attributes) of an
element.
- TAG
-
From Glossary of W3C Jargon (2003-03-11) | Glossary for this
source
- tangle
-
From Glossary of "Weaving the Web"
(1999-07-23)
| Glossary for
this source
A program I wrote for playing with the
concept of information as consisting only of the connections.
- tapered
prompts
-
From Voice
Extensible Markup Language (VoiceXML) Version 2.0 (2004-03-16)
| Glossary for
this source
A set of prompts used to vary a message
given to the human. Prompts may be tapered to be more terse with
use (field prompting), or more explicit (help prompts).
- target
namespace
-
From XQuery 1.0: An XML Query
Language (2007-01-23) |
Glossary for this
source
Each imported schema or module is
identified by its target namespace, which is the namespace of the
objects (such as elements or functions) that are defined by the
schema or module.
- target
namespace URI
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
The namespace URI that is to be used in the
result tree as a substitute for a literal namespace URI is called
the target namespace URI.
-
TCP (Transmission control protocol)
-
From Glossary of "Weaving the Web"
(1999-07-23)
| Glossary for
this source
A computer protocol that allows one
computer to send the other a continuous stream of information by
breaking it into packets and reassembling it at the other end,
resending any packets that get lost in the Internet. TCP uses IP to
send the packets, and the two together are referred to as TCP/IP.
- team
-
From Glossary of W3C Jargon (2003-03-11) | Glossary for this
source
n. The set of people consisting of
W3C employees, contractors and Fellows. syn: staff.
-
technical architecture group
-
From Glossary of W3C Jargon (2003-03-11) | Glossary for this
source
- technical
report
-
From Glossary of W3C Jargon (2003-03-11) | Glossary for this
source
n. A document "officially"
published by W3C. Specifically includes documents on the
Recommendation track and Notes. In the past, Submissions were
considered Technical Reports.
- template
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
An xsl:template declaration defines a
template, which contains a sequence constructor for creating nodes
and/or atomic values. A template can serve either as a template
rule, invoked by matching nodes against a pattern, or as a named
template, invoked explicitly by name. It is also possible for the
same template to serve in both capacities.
- template
parameter
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
An xsl:param element may appear as a child
of an xsl:template element, before any non-xsl:param children of
that element. Such a parameter is known as a template parameter. A
template parameter is a local variable with the additional property
that its value can be set when the template is called, using any of
the instructions xsl:call-template, xsl:apply-templates,
xsl:apply-imports, or xsl:next-match.
- template
rules
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
A stylesheet contains a set of template
rules (see ). A template rule has three parts: a pattern that is
matched against nodes, a (possibly empty) set of template
parameters, and a sequence constructor that is evaluated to produce
a sequence of items.
- temporary
output
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
The second of the two output states is
called temporary output state. This state applies when instructions
are writing to a temporary tree or any other non-final
destination.
- temporary
tree
-
From XSL Transformations (XSLT)
2.0 (2007-01-23) |
Glossary for this
source
The term temporary tree means any tree that
is neither a source tree nor a final result tree.
-
term taken verbatim from another source
-
From Glossary of Terms
for Device Independence (2005-01-18) |
Glossary for
this source
Definition taken from another source
- test
assertion
-
From QA Framework:
Specification Guidelines (2005-08-17)
| Glossary
for this source
A measurable or testable statement of
behavior, action, or condition. It is derived from the
specification's requirements.
- test
assertion
-
From W3C QA - Quality
Assurance glossary (2003-09-06) | Glossary for this
source
A set of premises that are known to be true
by definition in the spec.