html - Avoid CSS expressions -
i understand css expression is, yslow reporting page using one:
grade b on avoid css expressions there total of 1 expression inline <style> tag #3 (1 expression)
however, cannot find coming from? tried searching files word "expression" (trying find expression() function) , coming blank. there else yslow considering css expression missing?
yslow claims have inline style, @ least not css file. if can't find <style>
in own html, else adding code.
this maybe external javascript, or maybe comes browser extension added, e.g developer tool.
in browser debug console type document.getelementsbytagname("style")
list <style>
in generated document
Comments
Post a Comment