Skip to content

Instantly share code, notes, and snippets.

@kosek
kosek / designer.html
Created March 22, 2015 14:51
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;

Keybase proof

I hereby claim:

  • I am kosek on github.
  • I am jirkakosek (https://keybase.io/jirkakosek) on keybase.
  • I have a public key whose fingerprint is 726B 9791 023B 3D8B 70E9 9AF2 CF09 92C3 B9F4 751E

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jirkakosek on github.
  • I am jirkakosek (https://keybase.io/jirkakosek) on keybase.
  • I have a public key whose fingerprint is 726B 9791 023B 3D8B 70E9 9AF2 CF09 92C3 B9F4 751E

To claim this, I am signing this object:

<xsl:template match="text()">
<xsl:analyze-string select="." regex="\p{{Ll}}+">
<xsl:matching-substring>
<fo:inline font-size="70%"><xsl:value-of select="upper-case(.)"/></fo:inline>
</xsl:matching-substring>
<xsl:non-matching-substring>
<xsl:value-of select="."/>
</xsl:non-matching-substring>
</xsl:analyze-string>
</xsl:template>