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:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Test</title> | |
| <style> | |
| a.xref::after { content: target-counter(attr(href url), list-item) } | |
| </style> | |
| </head> | |
| <body> | |
| <ol> |
| <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; |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
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> |