issues
search
Raynos
/
min-document
A minimal DOM implementation
MIT License
109
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
License information format in package json is deprecated
#53
ankitbharadwaj
opened
6 months ago
0
canvas does not have getContext() method
#52
bakedPotatoLord
opened
2 years ago
0
No default jsDelivr CDN file set
#51
hassanVev
opened
3 years ago
2
Handle `id` and `className` attributes
#50
abradley2
opened
7 years ago
0
Update license metadata
#49
PixnBits
closed
7 years ago
1
toString() emits `DocumentFragment`s as <undefined> tags
#48
seangenabe
opened
8 years ago
0
Element.attributes
#47
DylanPiercey
closed
8 years ago
7
Handle non string attribute/property value
#46
Javey
opened
8 years ago
0
Update CONTRIBUTION.md
#45
rjbeers
opened
8 years ago
0
min-document version not updated on NPM registry
#44
niezgoda
closed
8 years ago
3
Change voidElements from RegEx to array
#43
sreynen
closed
8 years ago
2
textarea is rendered as void element
#42
rkeller-artnology
closed
8 years ago
0
fix <input type=X> behavior
#41
juliangruber
closed
8 years ago
4
fix style passed as a string. closes #36
#40
juliangruber
closed
8 years ago
2
DOMElement.focus should assign document.activeElement
#39
dotdat
opened
8 years ago
0
Default type on input set as attribute
#38
sreynen
closed
8 years ago
9
Add nodeName property to text nodes
#37
chromakode
closed
8 years ago
3
Element.setAttribute('style', ...) results in mangled style attribute in HTML
#36
chromakode
closed
8 years ago
3
type checking and string conversion when escaping text (attributes)
#35
panthershark
closed
8 years ago
0
toString() cannot handle non text attributes
#34
panthershark
opened
8 years ago
1
if appendChild is a fragment go wrong
#33
rachardking
closed
8 years ago
3
serialize camel case style property
#32
Javey
closed
8 years ago
6
Handle attribute values that are boolean or blank
#31
hassox
closed
7 years ago
3
Fix serialization of namespaced attributes.
#30
mtyaka
closed
8 years ago
1
Add element.contains method
#29
bendrucker
closed
9 years ago
6
Add hasAttribute support
#28
bendrucker
closed
9 years ago
2
Fix behavior of getElement* methods
#27
mwiencek
closed
9 years ago
3
Handle void elements, HTML escaping in serialization code
#26
mwiencek
closed
9 years ago
5
A couple small Document fixes
#25
mwiencek
closed
9 years ago
1
Implement Document.prototype.createComment
#24
mwiencek
closed
9 years ago
3
Implement getElementsByTagName for Document and DOMElement
#23
mwiencek
closed
9 years ago
2
Suppport for innerText
#22
shama
closed
9 years ago
7
Add document.head property
#21
federicobond
closed
9 years ago
1
Improvements to namespaces and attributes in serialization
#20
fangel
opened
9 years ago
4
Improve serialization with regards to attributes and style-settings
#19
fangel
closed
9 years ago
6
Add support for namespaced attributes.
#18
mtyaka
closed
9 years ago
5
implement `DOMElement.prototype.setAttributeNS`
#17
ahdinosaur
closed
9 years ago
1
DOMElement.prototype.getElementsByClassName
#16
ahdinosaur
closed
10 years ago
2
implement and test getElementsByClassName for multiple class names
#15
ahdinosaur
closed
10 years ago
3
Elements missing outerHTML
#14
gsf
opened
10 years ago
6
input elements have type=text by default
#13
avh4
closed
10 years ago
3
input elements should have type='text' by default
#12
avh4
opened
10 years ago
1
implement document.getElementsByClassName when passed a single class
#11
avh4
closed
10 years ago
1
Implement `getElementsByClassName` for single classes
#10
avh4
opened
10 years ago
0
Updated interface + docs
#9
Matt-Esch
closed
10 years ago
1
added insertBefore and fixed parentNode on insert/remove
#8
Matt-Esch
closed
10 years ago
1
fixed phantom tests
#7
Matt-Esch
closed
10 years ago
0
Added createElementNS and browser tests
#6
Matt-Esch
closed
10 years ago
3
updated tape deps
#5
Matt-Esch
closed
10 years ago
1
Add ownerDocument to nodes
#4
Matt-Esch
closed
10 years ago
0
Next