Module: Taka::DOM::HTML::AreaElement

Defined in:
lib/taka/dom/html/area_element.rb

Instance Method Summary collapse

Instance Method Details

#noHrefObject



5
6
7
# File 'lib/taka/dom/html/area_element.rb', line 5

def noHref
  !self['href']
end

#tabIndexObject



9
10
11
# File 'lib/taka/dom/html/area_element.rb', line 9

def tabIndex
  (self['tabindex'] || 0).to_i
end