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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -