-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Remove xpath feature/directory from the repo? #9589
Comments
There's two arguments given the relative stability of XPath implementations over time, as far as I'm aware everyone has long supported XPath 1, and there's been little-to-no interest in supporting any more recent revision to XPath:
|
Right — and we don’t need to have an entire top-level directory in BCD just to enable that statement to be made. And to restate what I wrote in the issue description: We’re anyway not even tracking data for XPath1 in BCD — instead we are tracking data for one single thing in XPath1: the It’s pretty hard to imagine an actual use case where a web developer would just be asking themself, ”I wonder which web browsers support the |
I'd say remove it from BCD. |
I'm happy to see this bit go away. But it would be a breaking change to remove it (since I foolishly included it in the list of semver-protected namespaces). Do we want to keep it around until we have another breaking change to make? Or should we just go ahead as a standalone thing? |
I think we can wait. It doesn't hurt anyone (and I guess it won't be a breaking change practically because who would rely on this in practice for real?) |
I have no strong opinion either way. It’s certainly not urgent but given that there’s some cost (due to it being a breaking change) — I suggest we also remove the |
It seemed pretty easy to do, so I opened draft PR #9830 to leave open until we're ready to do a breaking release. |
For XPath, we actually have only a single feature in BCD, and the entire content of its MDN article is literally a single sentence:
Does that solitary feature — not really even documented in MDN — merit continuing to have its own top-level directory in BCD?
The text was updated successfully, but these errors were encountered: