I was very excited to see the functionality of the Gforms plugin and plunked down the coin for the developer option, but after downloading and checking the CSS validation errors (there are several related to the very small sample form I created), I was a bit disappointed. How can I be certain that the CSS is "future" proof?
Here is the sample form:
http://www.mfai.zubird.com/contact-us/
Here are the CSS errors from the validator:
There are a lot of parse errors and the validator apparently reads "\9" as "00009" in any line that has (the IE hack?)
Also, can you clarify what some of these hacks are doing? I have never seen some before. Is it common practice to put comments within the CSS brackets? I don't believe I've seen that either.
Here are a few lines that really look foreign to me:
{content:none; # /* for other browsers */} --- What is with the pound sign (#) and no additional semi-colon (;)?
{display:inline-block\9; margin: 2px 0 0 6px\9} --- I realize the backslashes are hacks for IE, any specific version or all of them? And what does this rule accomplish? My guess is that all browsers except for IE read and render what comes before the backslash (\) and that IE ignores it. Is this correct?
Thank you,
Wendy
P.S. Sorry if posted in the wrong area. I am definitely a noob in the forums.