Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham
This commit is contained in:
@@ -65,18 +65,6 @@ HTMLAreaElement::TabIndexDefault()
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
HTMLAreaElement::GetItemValueText(DOMString& aValue)
|
||||
{
|
||||
GetHref(aValue);
|
||||
}
|
||||
|
||||
void
|
||||
HTMLAreaElement::SetItemValueText(const nsAString& aValue)
|
||||
{
|
||||
SetHref(aValue);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
HTMLAreaElement::GetTarget(nsAString& aValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user