Also allows render function usage like the following:
```js
h({
  '.prop': 1, // force set as property
  '^attr': 'foo' // force set as attribute
})
```
		
	
Also allows render function usage like the following:
```js
h({
  '.prop': 1, // force set as property
  '^attr': 'foo' // force set as attribute
})
```