﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31027	Prefer DOM object properties over Element.getAttribute() and Element.setAttribute().	Jon Dufresne	nobody	Some JavaScript code uses `Element.getAttribute()` or `Element.setAttribute()` to access data that is available through a DOM object property. In general, the properties should be preferred as they are always normalized values and typed. The `getAttribute()`/`setAttribute()` are an abstraction over the serialized text representation.  	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed			Accepted	1	0	0	0	0	0
