Class: RDF::Vocab::XHV

Inherits:
RDF::Vocabulary show all
Defined in:
lib/rdf/vocab/xhv.rb

Overview

Vocabulary for <www.w3.org/1999/xhtml/vocab#>

Instance Attribute Summary collapse

Method Summary

Methods inherited from RDF::Vocabulary

_orig_each, _orig_from_sym, each, from_sym, limit_vocabs, to_html, to_jsonld, to_ttl, value_to_html, vocab_map

Instance Attribute Details

#alertRDF::Vocabulary::Term (readonly)

A message with important, and usually time-sensitive, information. Also see alertdialog and status.

Returns:

  • (RDF::Vocabulary::Term)


6
7
8
# File 'lib/rdf/vocab/xhv.rb', line 6

def alert
  @alert
end

#alertdialogRDF::Vocabulary::Term (readonly)

A type of dialog that contains an alert message, where initial focus goes to the dialog or an element within it. Also see alert and dialog.

Returns:

  • (RDF::Vocabulary::Term)


10
11
12
# File 'lib/rdf/vocab/xhv.rb', line 10

def alertdialog
  @alertdialog
end

#alternateRDF::Vocabulary::Term (readonly)

alternate designates alternate versions for a resource.

Returns:

  • (RDF::Vocabulary::Term)


14
15
16
# File 'lib/rdf/vocab/xhv.rb', line 14

def alternate
  @alternate
end

#appendixRDF::Vocabulary::Term (readonly)

appendix refers to a resource serving as an appendix in a collection.

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/xhv.rb', line 18

def appendix
  @appendix
end

#applicationRDF::Vocabulary::Term (readonly)

A region declared as a web application, as opposed to a web document.

Returns:

  • (RDF::Vocabulary::Term)


22
23
24
# File 'lib/rdf/vocab/xhv.rb', line 22

def application
  @application
end

#articleRDF::Vocabulary::Term (readonly)

A section of a page consisting of an independent part of a document, page, or site.

Returns:

  • (RDF::Vocabulary::Term)


26
27
28
# File 'lib/rdf/vocab/xhv.rb', line 26

def article
  @article
end

banner contains the prime heading or internal title of a page.

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/xhv.rb', line 30

def banner
  @banner
end

#bookmarkRDF::Vocabulary::Term (readonly)

bookmark refers to a bookmark - a link to a key entry point within an extended document.

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/xhv.rb', line 34

def bookmark
  @bookmark
end

#buttonRDF::Vocabulary::Term (readonly)

An input that allows for user-triggered actions when clicked or pressed.

Returns:

  • (RDF::Vocabulary::Term)


38
39
40
# File 'lib/rdf/vocab/xhv.rb', line 38

def button
  @button
end

#chapterRDF::Vocabulary::Term (readonly)

chapter refers to a resource serving as a chapter in a collction.

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/xhv.rb', line 42

def chapter
  @chapter
end

#checkboxRDF::Vocabulary::Term (readonly)

An checkable input that has three possible values: true, false, or mixed.

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/xhv.rb', line 46

def checkbox
  @checkbox
end

#citeRDF::Vocabulary::Term (readonly)

cite refers to a resource that defines a citation.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/xhv.rb', line 50

def cite
  @cite
end

#columnheaderRDF::Vocabulary::Term (readonly)

A cell containing header information for a column.

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/xhv.rb', line 54

def columnheader
  @columnheader
end

#comboboxRDF::Vocabulary::Term (readonly)

A presentation of a select; usually similar to a textbox where users can type ahead to select an option, or type to enter arbitrary text as a new item in the list.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/xhv.rb', line 58

def combobox
  @combobox
end

#complementaryRDF::Vocabulary::Term (readonly)

secondary indicates that the section supports but is separable from the main content of resource.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/xhv.rb', line 62

def complementary
  @complementary
end

#contentinfoRDF::Vocabulary::Term (readonly)

contentinfo has meta information about the content on the page or the page as a whole.

Returns:

  • (RDF::Vocabulary::Term)


66
67
68
# File 'lib/rdf/vocab/xhv.rb', line 66

def 
  @contentinfo
end

#contentsRDF::Vocabulary::Term (readonly)

contents refers to a resource serving as a table of contents.

Returns:

  • (RDF::Vocabulary::Term)


70
71
72
# File 'lib/rdf/vocab/xhv.rb', line 70

def contents
  @contents
end

copyright refers to a copyright statement for the resource.

Returns:

  • (RDF::Vocabulary::Term)


74
75
76
# File 'lib/rdf/vocab/xhv.rb', line 74

def copyright
  @copyright
end

#definitionRDF::Vocabulary::Term (readonly)

definition indicates the definition of a term or concept.

Returns:

  • (RDF::Vocabulary::Term)


78
79
80
# File 'lib/rdf/vocab/xhv.rb', line 78

def definition
  @definition
end

#dialogRDF::Vocabulary::Term (readonly)

A dialog is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response. Also see alertdialog.

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/xhv.rb', line 82

def dialog
  @dialog
end

#directoryRDF::Vocabulary::Term (readonly)

A list of references to members of a group, such as a static table of contents.

Returns:

  • (RDF::Vocabulary::Term)


86
87
88
# File 'lib/rdf/vocab/xhv.rb', line 86

def directory
  @directory
end

#documentRDF::Vocabulary::Term (readonly)

A region containing related information that is declared as document content, as opposed to a web application.

Returns:

  • (RDF::Vocabulary::Term)


90
91
92
# File 'lib/rdf/vocab/xhv.rb', line 90

def document
  @document
end

#firstRDF::Vocabulary::Term (readonly)

first refers the first item in a collection (see also start and top).

Returns:

  • (RDF::Vocabulary::Term)


94
95
96
# File 'lib/rdf/vocab/xhv.rb', line 94

def first
  @first
end

#glossaryRDF::Vocabulary::Term (readonly)

glossary refers to a resource providing a glossary of terms.

Returns:

  • (RDF::Vocabulary::Term)


98
99
100
# File 'lib/rdf/vocab/xhv.rb', line 98

def glossary
  @glossary
end

#gridRDF::Vocabulary::Term (readonly)

A grid contains cells of tabular data arranged in rows and columns, like a table.

Returns:

  • (RDF::Vocabulary::Term)


102
103
104
# File 'lib/rdf/vocab/xhv.rb', line 102

def grid
  @grid
end

#gridcellRDF::Vocabulary::Term (readonly)

A cell in a grid or treegrid.

Returns:

  • (RDF::Vocabulary::Term)


106
107
108
# File 'lib/rdf/vocab/xhv.rb', line 106

def gridcell
  @gridcell
end

#groupRDF::Vocabulary::Term (readonly)

A set of user interface objects which would not be included in a page summary or table of contents by an assistive technology.

Returns:

  • (RDF::Vocabulary::Term)


110
111
112
# File 'lib/rdf/vocab/xhv.rb', line 110

def group
  @group
end

#headingRDF::Vocabulary::Term (readonly)

A heading for a section of the page.

Returns:

  • (RDF::Vocabulary::Term)


114
115
116
# File 'lib/rdf/vocab/xhv.rb', line 114

def heading
  @heading
end

#helpRDF::Vocabulary::Term (readonly)

help refers to a resource offering help.

Returns:

  • (RDF::Vocabulary::Term)


118
119
120
# File 'lib/rdf/vocab/xhv.rb', line 118

def help
  @help
end

#iconRDF::Vocabulary::Term (readonly)

icon refers to a resource that represents an icon.

Returns:

  • (RDF::Vocabulary::Term)


122
123
124
# File 'lib/rdf/vocab/xhv.rb', line 122

def icon
  @icon
end

#imgRDF::Vocabulary::Term (readonly)

A container for a collection of elements that form an image.

Returns:

  • (RDF::Vocabulary::Term)


126
127
128
# File 'lib/rdf/vocab/xhv.rb', line 126

def img
  @img
end

#indexRDF::Vocabulary::Term (readonly)

index refers to a resource providing an index.

Returns:

  • (RDF::Vocabulary::Term)


130
131
132
# File 'lib/rdf/vocab/xhv.rb', line 130

def index
  @index
end

#itsRulesRDF::Vocabulary::Term (readonly)

itsRules indicates that the designated resource is an [ITS] rule set.

Returns:

  • (RDF::Vocabulary::Term)


134
135
136
# File 'lib/rdf/vocab/xhv.rb', line 134

def itsRules
  @itsRules
end

#lastRDF::Vocabulary::Term (readonly)

last refers to the last resource in a collection of resources.

Returns:

  • (RDF::Vocabulary::Term)


138
139
140
# File 'lib/rdf/vocab/xhv.rb', line 138

def last
  @last
end

#licenseRDF::Vocabulary::Term (readonly)

license refers to a resource that defines the associated license.

Returns:

  • (RDF::Vocabulary::Term)


142
143
144
# File 'lib/rdf/vocab/xhv.rb', line 142

def license
  @license
end

An interactive reference to an internal or external resource.

Returns:

  • (RDF::Vocabulary::Term)


146
147
148
# File 'lib/rdf/vocab/xhv.rb', line 146

def link
  @link
end

#listRDF::Vocabulary::Term (readonly)

A group of non-interactive list items.

Returns:

  • (RDF::Vocabulary::Term)


150
151
152
# File 'lib/rdf/vocab/xhv.rb', line 150

def list
  @list
end

#listboxRDF::Vocabulary::Term (readonly)

A widget that allows the user to select one or more items from a list of choices.

Returns:

  • (RDF::Vocabulary::Term)


154
155
156
# File 'lib/rdf/vocab/xhv.rb', line 154

def listbox
  @listbox
end

#listitemRDF::Vocabulary::Term (readonly)

A single item in a list, listbox, or directory.

Returns:

  • (RDF::Vocabulary::Term)


158
159
160
# File 'lib/rdf/vocab/xhv.rb', line 158

def listitem
  @listitem
end

#logRDF::Vocabulary::Term (readonly)

A type of live region where new information is added in meaningful order and old information may disappear. Also see marquee.

Returns:

  • (RDF::Vocabulary::Term)


162
163
164
# File 'lib/rdf/vocab/xhv.rb', line 162

def log
  @log
end

#mainRDF::Vocabulary::Term (readonly)

main acts as the main content of the document.

Returns:

  • (RDF::Vocabulary::Term)


166
167
168
# File 'lib/rdf/vocab/xhv.rb', line 166

def main
  @main
end

#marqueeRDF::Vocabulary::Term (readonly)

A type of live region where non-essential information changes frequently. Also see log.

Returns:

  • (RDF::Vocabulary::Term)


170
171
172
# File 'lib/rdf/vocab/xhv.rb', line 170

def marquee
  @marquee
end

#mathRDF::Vocabulary::Term (readonly)

An element that represents a mathematical expression.

Returns:

  • (RDF::Vocabulary::Term)


174
175
176
# File 'lib/rdf/vocab/xhv.rb', line 174

def math
  @math
end

A type of widget that offers a list of choices to the user.

Returns:

  • (RDF::Vocabulary::Term)


178
179
180
# File 'lib/rdf/vocab/xhv.rb', line 178

def menu
  @menu
end

A presentation of menu that usually remains visible and is usually presented horizontally.

Returns:

  • (RDF::Vocabulary::Term)


182
183
184
# File 'lib/rdf/vocab/xhv.rb', line 182

def menubar
  @menubar
end

An option in a group of choices contained by a menu or menubar.

Returns:

  • (RDF::Vocabulary::Term)


186
187
188
# File 'lib/rdf/vocab/xhv.rb', line 186

def menuitem
  @menuitem
end

A checkable menuitem that has three possible values: true, false, or mixed.

Returns:

  • (RDF::Vocabulary::Term)


190
191
192
# File 'lib/rdf/vocab/xhv.rb', line 190

def menuitemcheckbox
  @menuitemcheckbox
end

A checkable menuitem in a group of menuitemradio roles, only one of which can be checked at a time.

Returns:

  • (RDF::Vocabulary::Term)


194
195
196
# File 'lib/rdf/vocab/xhv.rb', line 194

def menuitemradio
  @menuitemradio
end

#metaRDF::Vocabulary::Term (readonly)

meta refers to a resource that provides metadata.

Returns:

  • (RDF::Vocabulary::Term)


198
199
200
# File 'lib/rdf/vocab/xhv.rb', line 198

def meta
  @meta
end

navigation indicates a collection of items suitable for navigating the document or related documents.

Returns:

  • (RDF::Vocabulary::Term)


202
203
204
# File 'lib/rdf/vocab/xhv.rb', line 202

def navigation
  @navigation
end

#nextRDF::Vocabulary::Term (readonly)

next refers to the next resource (after the current one) in an ordered collection of resources.

Returns:

  • (RDF::Vocabulary::Term)


206
207
208
# File 'lib/rdf/vocab/xhv.rb', line 206

def next
  @next
end

#noteRDF::Vocabulary::Term (readonly)

note indicates the content is parenthetic or ancillary to the main content of the resource.

Returns:

  • (RDF::Vocabulary::Term)


210
211
212
# File 'lib/rdf/vocab/xhv.rb', line 210

def note
  @note
end

#optionRDF::Vocabulary::Term (readonly)

A selectable item in a select list.

Returns:

  • (RDF::Vocabulary::Term)


214
215
216
# File 'lib/rdf/vocab/xhv.rb', line 214

def option
  @option
end

#p3pv1RDF::Vocabulary::Term (readonly)

p3pv1 refers to a P3P Policy Reference File [P3P].

Returns:

  • (RDF::Vocabulary::Term)


218
219
220
# File 'lib/rdf/vocab/xhv.rb', line 218

def p3pv1
  @p3pv1
end

#presentationRDF::Vocabulary::Term (readonly)

An element whose role is presentational and does not need to be mapped to the accessibility API.

Returns:

  • (RDF::Vocabulary::Term)


222
223
224
# File 'lib/rdf/vocab/xhv.rb', line 222

def presentation
  @presentation
end

#prevRDF::Vocabulary::Term (readonly)

prev refers to a previous resource (before the current one) in an ordered collection of resources.

Returns:

  • (RDF::Vocabulary::Term)


226
227
228
# File 'lib/rdf/vocab/xhv.rb', line 226

def prev
  @prev
end

#progressbarRDF::Vocabulary::Term (readonly)

An element that displays the progress status for tasks that take a long time.

Returns:

  • (RDF::Vocabulary::Term)


230
231
232
# File 'lib/rdf/vocab/xhv.rb', line 230

def progressbar
  @progressbar
end

#radioRDF::Vocabulary::Term (readonly)

A checkable input in a group of radio roles, only one of which can be checked at a time.

Returns:

  • (RDF::Vocabulary::Term)


234
235
236
# File 'lib/rdf/vocab/xhv.rb', line 234

def radio
  @radio
end

#radiogroupRDF::Vocabulary::Term (readonly)

A group of radio buttons.

Returns:

  • (RDF::Vocabulary::Term)


238
239
240
# File 'lib/rdf/vocab/xhv.rb', line 238

def radiogroup
  @radiogroup
end

#regionRDF::Vocabulary::Term (readonly)

A large perceivable section of a web page or document, that the author feels should be included in a summary of page features.

Returns:

  • (RDF::Vocabulary::Term)


242
243
244
# File 'lib/rdf/vocab/xhv.rb', line 242

def region
  @region
end

#roleRDF::Vocabulary::Term (readonly)

role indicates the purpose of the resource. See the XHTML Role Vocabulary for roles in this vocabulary space, and XHTMLROLE for information on extending the collection of roles.

Returns:

  • (RDF::Vocabulary::Term)


246
247
248
# File 'lib/rdf/vocab/xhv.rb', line 246

def role
  @role
end

#rowRDF::Vocabulary::Term (readonly)

A row of cells in a grid.

Returns:

  • (RDF::Vocabulary::Term)


250
251
252
# File 'lib/rdf/vocab/xhv.rb', line 250

def row
  @row
end

#rowheaderRDF::Vocabulary::Term (readonly)

A cell containing header information for a row in a grid.

Returns:

  • (RDF::Vocabulary::Term)


254
255
256
# File 'lib/rdf/vocab/xhv.rb', line 254

def rowheader
  @rowheader
end

#searchRDF::Vocabulary::Term (readonly)

search indicates that the section provides a search facility.

Returns:

  • (RDF::Vocabulary::Term)


258
259
260
# File 'lib/rdf/vocab/xhv.rb', line 258

def search
  @search
end

#sectionRDF::Vocabulary::Term (readonly)

section refers to a resource serving as a section in a collection.

Returns:

  • (RDF::Vocabulary::Term)


262
263
264
# File 'lib/rdf/vocab/xhv.rb', line 262

def section
  @section
end

#separatorRDF::Vocabulary::Term (readonly)

A divider that separates and distinguishes sections of content or groups of menuitems.

Returns:

  • (RDF::Vocabulary::Term)


266
267
268
# File 'lib/rdf/vocab/xhv.rb', line 266

def separator
  @separator
end

#sliderRDF::Vocabulary::Term (readonly)

A user input where the user selects a value from within a given range.

Returns:

  • (RDF::Vocabulary::Term)


270
271
272
# File 'lib/rdf/vocab/xhv.rb', line 270

def slider
  @slider
end

#spinbuttonRDF::Vocabulary::Term (readonly)

A form of range that expects a user to select from amongst discrete choices.

Returns:

  • (RDF::Vocabulary::Term)


274
275
276
# File 'lib/rdf/vocab/xhv.rb', line 274

def spinbutton
  @spinbutton
end

#startRDF::Vocabulary::Term (readonly)

start refers to the first resource in a collection of resources.

Returns:

  • (RDF::Vocabulary::Term)


278
279
280
# File 'lib/rdf/vocab/xhv.rb', line 278

def start
  @start
end

#statusRDF::Vocabulary::Term (readonly)

A container whose content is advisory information for the user but is not important enough to justify an alert. Also see alert.

Returns:

  • (RDF::Vocabulary::Term)


282
283
284
# File 'lib/rdf/vocab/xhv.rb', line 282

def status
  @status
end

#stylesheetRDF::Vocabulary::Term (readonly)

stylesheet refers to a resource serving as a stylesheet for a resource.

Returns:

  • (RDF::Vocabulary::Term)


286
287
288
# File 'lib/rdf/vocab/xhv.rb', line 286

def stylesheet
  @stylesheet
end

#subsectionRDF::Vocabulary::Term (readonly)

subsection refers to a resource serving as a subsection in a collection.

Returns:

  • (RDF::Vocabulary::Term)


290
291
292
# File 'lib/rdf/vocab/xhv.rb', line 290

def subsection
  @subsection
end

#tabRDF::Vocabulary::Term (readonly)

A header for a tabpanel.

Returns:

  • (RDF::Vocabulary::Term)


294
295
296
# File 'lib/rdf/vocab/xhv.rb', line 294

def tab
  @tab
end

#tablistRDF::Vocabulary::Term (readonly)

A list of tab elements, which are references to tabpanel elements.

Returns:

  • (RDF::Vocabulary::Term)


298
299
300
# File 'lib/rdf/vocab/xhv.rb', line 298

def tablist
  @tablist
end

#tabpanelRDF::Vocabulary::Term (readonly)

A container for the resources associated with a tab.

Returns:

  • (RDF::Vocabulary::Term)


302
303
304
# File 'lib/rdf/vocab/xhv.rb', line 302

def tabpanel
  @tabpanel
end

#textboxRDF::Vocabulary::Term (readonly)

Input that allows free-form text as their value.

Returns:

  • (RDF::Vocabulary::Term)


306
307
308
# File 'lib/rdf/vocab/xhv.rb', line 306

def textbox
  @textbox
end

#timerRDF::Vocabulary::Term (readonly)

A numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point.

Returns:

  • (RDF::Vocabulary::Term)


310
311
312
# File 'lib/rdf/vocab/xhv.rb', line 310

def timer
  @timer
end

#toolbarRDF::Vocabulary::Term (readonly)

A collection of commonly used function buttons represented in compact visual form.

Returns:

  • (RDF::Vocabulary::Term)


314
315
316
# File 'lib/rdf/vocab/xhv.rb', line 314

def toolbar
  @toolbar
end

#tooltipRDF::Vocabulary::Term (readonly)

A contextual popup that displays a description for an element in a mouse hover or keyboard focused state. Supplement to the normal tooltip processing of the user agent.

Returns:

  • (RDF::Vocabulary::Term)


318
319
320
# File 'lib/rdf/vocab/xhv.rb', line 318

def tooltip
  @tooltip
end

#topRDF::Vocabulary::Term (readonly)

top is a synonym for start.

Returns:

  • (RDF::Vocabulary::Term)


322
323
324
# File 'lib/rdf/vocab/xhv.rb', line 322

def top
  @top
end

#treeRDF::Vocabulary::Term (readonly)

A type of list that may contain sub-level nested groups that can be collapsed and expanded.

Returns:

  • (RDF::Vocabulary::Term)


326
327
328
# File 'lib/rdf/vocab/xhv.rb', line 326

def tree
  @tree
end

#treegridRDF::Vocabulary::Term (readonly)

A grid whose rows can be expanded and collapsed in the same manner as for a tree.

Returns:

  • (RDF::Vocabulary::Term)


330
331
332
# File 'lib/rdf/vocab/xhv.rb', line 330

def treegrid
  @treegrid
end

#treeitemRDF::Vocabulary::Term (readonly)

An option item of a tree. This is an element within a tree that may be expanded or collapsed if it contains a sub-level group of treeitems.

Returns:

  • (RDF::Vocabulary::Term)


334
335
336
# File 'lib/rdf/vocab/xhv.rb', line 334

def treeitem
  @treeitem
end

#upRDF::Vocabulary::Term (readonly)

up refers to a resource “above” in a hierarchically structured set.

Returns:

  • (RDF::Vocabulary::Term)


338
339
340
# File 'lib/rdf/vocab/xhv.rb', line 338

def up
  @up
end