HM 7.3.6 adds odd 'transform' properties to default.css

Please post all questions and comments regarding Help & Manual 7 here.

Moderators: Alexander Halser, Tim Green

Post Reply
User avatar
Alexey
Posts: 95
Joined: Mon Feb 09, 2009 3:15 pm

HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Alexey »

Hello,
Just found out that HM 7.3.6 build 4521 writes odd 'transform' properties to default.css when generating CHM help.

Code: Select all

div.hmrotate90  { display:inline-block; transform: -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }

Code: Select all

div.hmrotate270 { display:inline-block; transform: -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; transform: rotate(180deg); }
Please look at "Transform:". They have only property name, but no value.
User avatar
Tim Green
Site Admin
Posts: 23156
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Tim Green »

Hey Alexey,

Don't worry about it. That isn't used or documented at the moment, it is for future use.

Nice try. :wink: :naughty:
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
User avatar
Alexey
Posts: 95
Joined: Mon Feb 09, 2009 3:15 pm

Re: HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Alexey »

Hi Tim,
Well, if it's not used, then it's not a big problem for you to remove the wrong property, right? ;) It makes the CSS file invalid.
User avatar
Tim Green
Site Admin
Posts: 23156
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Tim Green »

Hi Sergey,
Alexey wrote:Hi Tim,
Well, if it's not used, then it's not a big problem for you to remove the wrong property, right? ;) It makes the CSS file invalid.
Ah, sorry, I thought you were just wondering what it was for. I'll check into it. 8)
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
User avatar
Tim Green
Site Admin
Posts: 23156
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Tim Green »

Update: This is fixed in the current beta.

https://www.helpandmanual.com/download/ ... p-v740.exe
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
User avatar
Alexey
Posts: 95
Joined: Mon Feb 09, 2009 3:15 pm

Re: HM 7.3.6 adds odd 'transform' properties to default.css

Unread post by Alexey »

Great, thank you! I'll test it.
Post Reply