Closed DebasishWe closed 1 month ago
@DebasishWe can you show screenshots of what you mean? I am having a little trouble understanding the issue?
@melloware in this scrrenshot even if style atttribute is correct, it is shown as error. Can this error be removed for this attribute like other attributes. Same also true for script tag.
Ahhh @FlipWarthog i am not sure if this is a Faces Intellisense issue or the fact VScode is treating XHTML as an HTML dialect and thinks the syntax is incorrect?
Yeah, I think it's the HTML validator in VSCode. If you open a file, VSCode will display the language activated in the bottom right; for XHTML it picks up as HTML:
More specifically, it's the built in CSS validator that is not aware of JSF syntax. Nothing we can do there.
@melloware
I've put up a pull request to add @userTesting! :tada:
@all-contributors add @DebasishWe for userTesting
@melloware
I've put up a pull request to add @DebasishWe! :tada:
while using jsf assignment inside other attributes, no validation check done and no error is shown but while using jsf assigment from bean on style attribute error displays. this error should not be displayed. it is intended behaviour