Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM: Cannot read an attribute prefix #8521

Closed
DartBot opened this issue Feb 13, 2013 · 8 comments
Closed

DOM: Cannot read an attribute prefix #8521

DartBot opened this issue Feb 13, 2013 · 8 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Feb 13, 2013

This issue was originally filed by da...@altern.org


After parsing an XML document to DOM, it seems to be impossible to get attribute prefixes.

An element's attributes can be found with $dom_attributes, which returns a NamedNodeMap. But the Attr class does not have an instance variable or method to get the attribute's prefix. I think it used to be possible to extract the prefix with the "name" variable, but it is gone from the API, and $dom_localName does not fully replace it.

Am I missing something ?

@dgrove
Copy link
Contributor

dgrove commented Feb 14, 2013

Added Area-HTML, Triaged labels.

@efortuna
Copy link
Contributor

Added this to the M4 milestone.

@blois
Copy link
Contributor

blois commented Apr 19, 2013

Removed this from the M4 milestone.
Added this to the M5 milestone.

@blois
Copy link
Contributor

blois commented Jun 11, 2013

We're currently de-emphasizing parsing of arbitrary XML documents via the DOM APIs. Right now there are a number of inconsistencies between browsers and we aren't planning on tackling them in the near term.


Removed this from the M5 milestone.
Added this to the Later milestone.
Removed Type-Defect label.
Added Type-Enhancement label.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

Moving to low if this is de-emphasized.


Removed Priority-Medium label.
Added Priority-Low label.

@DartBot DartBot added Type-Enhancement P3 A lower priority bug or feature request area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-html labels Jan 14, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant library-html P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

8 participants