01371: Add support for additional relative CSS lengths

Summary: Add support for additional relative CSS lengths
Created: 2015-06-26 22:48
Status: Closed
Category: Feature
From: simon
Assigned:
Priority: 4
Version:
OS:

Description: Add support for

  • rem
  • vh
  • vw
  • vmin
  • vmax
>>frame font-size=2vw<<
frame font-size=2vw
>><<

>>frame font-size=3vw<<
frame font-size=3vw %font-size=1rem% font-style=1rem %% cool
>><<

>>frame font-size=4vh<<
frame font-size=4wh
>><<

>>frame font-size=5vmax<<
frame font-size=5vmax
>><<

frame font-size=2vw

frame font-size=3vw font-style=1rem cool

frame font-size=4wh

frame font-size=5vmax

This is already possible with WikiStyles, where else is required any support for that? --Petko June 27, 2015, at 02:19 AM

Ah, thanks, I didn't realise that PmWiki doesn't vet the syntax.

simon June 29, 2015, at 02:52 AM