-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AI Help] Question: can i use :empty pseudo elements in edge for android? #5
Comments
Thank you @develleoper for taking the time to report this issue. We're aware of this limitation regarding browser compatibility, and it is due to the fact that we currently only provide the Markdown from mdn/content as context to GPT, without rendering macros like the In the short-term, we're looking into having AI Help refer to the Browser compatibility section for the corresponding feature in this case. In the long-term, we're considering embedding information about browser support of a given feature into the context, so that the question can be answered directly. |
This might merit being its own issue but until answers are fully reliable, presenting the feature without an explicit, visible, up-front caveat holds the potential to mislead newer folks who don't understand the nuance of LLM's. |
I'm pleased to let you know that we have decided to add a more prominent disclaimer that will land on production soon, and which should address this valid concern that has been raised by you and other community members. 🎉 As for the issue about browser compatibility questions, let me be transparent about the fact that we identified that the blog post mentions "queries about APIs, browser compatibility, or coding best practices", and we will be updating it shortly to avoid setting this wrong expectation, until AI Help can actually answer questions about browser compatibility. We will indicate that the blog post was changed by an "Updated" note at the bottom of its content. Again, I want to thank you for your contributions, and for using the "Report an issue with this answer" link. We will update this issue when we change the way AI Help answers questions involving browser compatibility. Stay tuned, and keep reporting other issues you may experience! 🙏 |
@develleoper Thanks again for reporting this issue. 👍 As we're working on an iteration, I would like to share with you what AI Help 2.0 might answer. Can you please check how the following answer performs with regard to the issue you reported above? 🙏 can i use :empty pseudo elements in edge for android?
|
What is the issue with the answer?
While Edge Android support is not listed on the MDN page for the
:empty
pseudo class, the response inaccurately claimed that the page gave no support information, which is false.How would you categorize this issue?
What did you ask?
can i use :empty pseudo elements in edge for android?
What did AI Help answer?
According to the provided MDN documentation, the
:empty
pseudo-class is not mentioned to be supported in any specific browser, including Edge for Android. Therefore, it is unclear whether Edge for Android supports the:empty
pseudo-class. It is recommended to refer to the official documentation or perform testing to determine the browser support for the:empty
pseudo-class in Edge for Android.What MDN pages did AI Help consult?
The text was updated successfully, but these errors were encountered: