You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I'm teaching people about polymer they often end up copying and pasting the property into the attribute not knowing that HTML needs to have hyphens put before each capital letter and then HTML attributes are case independent.
Expected outcome
Maybe we could show Booth or if we can only show one please can we show the HTML version because if you copy and paste the HTML version into JavaScript you leave getting error message no error messages of course shown in HTML due to it not necessarily being in error.
Actual outcome
people who copy and paste properties interactive buttes end up with nothing happening until they work out what they've done let's speed up the process by showing the HTML version too
I do think we should show both forms. I think we kind of stalled out earlier trying to figure out the exact design for that.
Showing "Attribute: foo" for each and every property might look a little repetitive (esp. since most of them are identical) but if we only show "Attribute: foo-bar" on the camelCase props, people might wonder why the other ones don't have attributes.
Description
when I'm teaching people about polymer they often end up copying and pasting the property into the attribute not knowing that HTML needs to have hyphens put before each capital letter and then HTML attributes are case independent.
Expected outcome
Maybe we could show Booth or if we can only show one please can we show the HTML version because if you copy and paste the HTML version into JavaScript you leave getting error message no error messages of course shown in HTML due to it not necessarily being in error.
Actual outcome
people who copy and paste properties interactive buttes end up with nothing happening until they work out what they've done let's speed up the process by showing the HTML version too
Live Demo
https://drive.google.com/file/d/0B2sFtTur-E_CSXNjcEVyREx1d2c/view
The text was updated successfully, but these errors were encountered: