To reproduce: `h('meta', { property: 'og:url' }).outerHTML` Expected output: `"<meta property="og:url">"` or similar Actual output: `"<meta>"`, with no trace of the `property` attribute Hyperscript version: 2.0.2