livestyle / chrome

LiveStyle extension for Google Chrome
55 stars 17 forks source link

Patch changes to DOM attribute values in elements panel across different chrome windows? #19

Open Joead opened 9 years ago

Joead commented 9 years ago

This is more of a feature request rather than a bug:

Is it possible to patch any changes made to the value of DOM attributes within the elements panel across different chrome dev tools windows?

i.e. When tweaking a responsive site I have a window open for each breakpoint. With LiveStyle enabled updates to css via dev tools is automatically shown in all windows.

However if I change <body class="some-class"> to <body class="different-class"> in the elements panel in dev tools it won't change the value in any of the other windows.

sergeche commented 9 years ago

Haven’t studied this. I think it’s possible to do the same thing for HTML as LiveStyle does for CSS, but it’s a subject for completely new product. If LiveStyle get enough attention and funding, I’ll investigate this problem.

Joead commented 9 years ago

Great thanks - is there a way to donate towards LiveStyle? Obviously HTML changes would not need to be patched back to an editor. They would only need to be synced across Chrome windows.