bem / bem-core

BEM Core Library
https://ru.bem.info/technologies/classic/i-bem/
Other
275 stars 94 forks source link

page.bemhtml: x-ua-compatible is broken #794

Closed Murdalay closed 9 years ago

Murdalay commented 9 years ago

New is created instead of updating the existed one when changing x-ua-compatible field to arbitrary string. head: { elem: 'head', 'x-ua-compatible': false } just do nothing.

Is that a bug or something wrong with BEMJSON examples?

narqo commented 9 years ago

@tadatuta shouldn't it be fixed in v3 as well?

tadatuta commented 9 years ago

It should but I'm not sure it's a good idea to do so until https://github.com/bem/bem-core/pull/841 Otherwise we'll get quite a lot of conflicts.

qfox commented 9 years ago

@tadatuta Please, take a look and gimme further instructions.