Paul O’Shannessy
7e6c820cd2
Merge pull request #3022 from btholt/master
...
Added itemRef and itemId for complete microdata support.
2015-02-04 16:57:03 -08:00
Andreas Svensson
6672a7ec62
Merge pull request #2135 from syranide/ie8enctype
...
IE8 does not have a setter for property "enctype"
2015-02-04 13:47:54 +01:00
Brian Holt
7b92d71744
Changed itemId to itemID and added clarity to the comments of where it is specified.
2015-02-02 21:58:00 -08:00
Brian Holt
ea67a1d436
Added itemRef and itemId for complete microdata support.
2015-02-02 17:17:04 -08:00
Andreas Svensson
387adae3de
Merge pull request #3000 from syranide/openbool
...
Set HTML DOM property "open" to HAS_BOOLEAN_VALUE
2015-02-02 21:11:10 +01:00
syranide
aa9edc2a9c
Set HTML DOM property "open" to HAS_BOOLEAN_VALUE
2015-01-31 23:11:08 +01:00
Rick Beerendonk
3e0750a4ad
Update copyright headers for 2015
2015-01-31 20:18:25 +01:00
Paul O’Shannessy
847357e42e
[lint] Fix reasonable lines to 80
...
I don't agree with 80 on principal but it's what we have for now.
This fixes the reasonable cases. Most of the long lines are in docblocks
with long type information or containing links.
2015-01-13 15:26:33 -08:00
Paul O’Shannessy
df64a67b7f
codemod "use strict" to 'use strict' for better linting
2015-01-13 15:26:32 -08:00
Paul O’Shannessy
5c1589b81e
Merge pull request #2658 from ianobermiller/margin-attrs
...
Support marginHeight and marginWidth attributes
2014-12-04 19:02:34 -08:00
Paul O’Shannessy
dd844bffc0
Merge pull request #2489 from cody/form
...
Add Attributes formAction, formEncType, formMethod and formTarget
2014-12-04 19:01:32 -08:00
Ian Obermiller
9d7467e225
Don't need MUST_USE_ATTRIBUTE for margin(Width|Height)
2014-12-04 11:02:35 -08:00
Ian Obermiller
96bd155cbd
Support marginHeight and marginWidth attributes
...
marginHeight and marginWidth are used on iframes to set the default body margin inside the iframe.
2014-12-04 07:35:17 -08:00
Matt Huggins
9a472ca8f1
Permit th attribute
2014-11-18 07:52:25 -07:00
Stefan Dombrowski
1bb29cab7c
Add Attributes formAction, formEncType, formMethod and formTarget
...
This resolves #2425 .
2014-11-11 06:37:26 +01:00
Paul O’Shannessy
dcf415c2b9
BSD + PATENTS
2014-10-10 13:34:07 -07:00
Paul O’Shannessy
3bbed150ab
Merge pull request #2139 from syranide/acceptcharset
...
Add form "acceptCharset" to HTMLDOMPropertyConfig
2014-10-10 12:40:13 -07:00
Tom MacWright
688f64c5c8
Require list property to be accessed as an attribute
2014-10-08 17:49:05 -04:00
Andreas Svensson
70a7506bb9
Add form "acceptCharset" to HTMLDOMPropertyConfig
2014-10-08 22:45:33 +02:00
Paul O’Shannessy
9ef2b4e5d9
Merge pull request #2252 from syranide/htmlmanifest
...
Add manifest to HTMLDOMPropertyConfig
2014-10-07 15:29:57 -07:00
Paul O’Shannessy
33d2b5e8ff
Merge pull request #2238 from syranide/noclassid
...
Remove superfluous classID from DOMAttributeNames
2014-10-07 15:26:19 -07:00
Andreas Svensson
3de80ec4ba
Add manifest to HTMLDOMPropertyConfig
2014-09-26 16:45:33 +02:00
Andreas Svensson
cac45631c3
Remove superfluous classID from DOMAttributeNames
2014-09-25 10:46:29 +02:00
Andreas Svensson
802ad0bc00
Remove non-attribute scrollLeft and scrollTop from HTMLDOMPropertyConfig
2014-09-17 14:40:37 +02:00
Paul O’Shannessy
79ca0c7fd2
Merge pull request #1848 from fgnass/master
...
add picture element and related attributes
2014-09-08 16:23:39 -07:00
Andreas Svensson
05fa75d395
IE8 does not have a setter for property "enctype"
2014-09-04 12:11:01 +02:00
Paul O’Shannessy
1854e8a912
Merge pull request #2033 from pekim/master
...
Add support for <dialog> tag.
2014-09-03 14:47:41 -07:00
Mike D Pilsbury
ffa0447177
Add support for <dialog> tag's open attribute.
2014-08-31 12:43:32 +01:00
Felix Gnass
942d358ace
use attribute for media, srcSet and sizes
2014-08-22 00:37:32 +02:00
Karpich Dmitry
a185f09943
Add classid property for <object/> tag
...
This properties needed to work with ActiveX objects in IE, created by
<object/> tag.
Closes #1526
2014-08-13 13:28:19 -07:00
Felix Gnass
33bd509737
add picture element and related attributes
2014-07-16 13:19:55 +02:00
Paul O'Shannessy
5b17e75707
Support more properties for image maps
...
Supporting the `<area>` tag is pretty useless if we don't support the necessary properties.
2014-06-30 20:54:44 -07:00
Ben Alpert
37f61c479e
Handle className properly on SVG nodes
...
This strategy avoids a runtime check for every set (as opposed to using a mutation method).
Test Plan: Verify that changing className works on a div and a rect in latest Chrome, latest Firefox, IE9. Verify that the div works in IE8.
2014-05-22 20:31:04 -07:00
Brian Reavis
f399b68201
Stylistic changes.
2014-05-08 23:25:10 -07:00
Brian Reavis
bfcd4cac48
Use camelCase and declare MUST_USE_ATTRIBUTE.
2014-05-07 10:02:57 -07:00
Brian Reavis
0fe2fcc27e
Added support for itemscope, itemtype, itemprop.
2014-05-07 00:37:06 -07:00
Paul O'Shannessy
3d605da15f
Split DefaultDOMPropertyConfig
...
This makes it a little easier to add SVG properties. It also makes use of that injection that we claim is easy to use and will likely start playing a bigger part soon.
Closes #1009
2014-04-23 16:22:10 -07:00