Joey Takeda
Joey Takeda
I did do a bit of this work a while back; I never ended up finishing it up, but might be a good base: https://github.com/joeytakeda/saxon-ext-test
Hmm, I agree that we should retitle it, but I don't think we should remove the old change records (I think it could be useful especially if people are moving...
I wasn't thinking clearly: of course we should just re-use the same mechanism (I had it in my mind that there was some reason that we couldn't). That all sounds...
To be completely honest, I rarely use any of the CSS, either disabling it completely or overriding it so much that it doesn't do much. I don't think we need...
I think your solution above is a great one for #51, though I’m not sure that this issue should be merged with #51, since this is a feature request for...
Now that I read into the differences between `:is` and `:where`, we should probably use `:where` as much as possible, since it always have 0 specificity: https://developer.mozilla.org/en-US/docs/Web/CSS/:where Much of our...
Proposed idea: ```xml ```
I'm not totally keen on fixing the sort order in the config—in my mind, document sorting is really something that ought to happen client-side; it may be the case that...
I meant more the end-user using the search in the project, not necessarily the person who is configuring it — but I agree that the simplest for now is just...
JT will implement the preliminary `` menu in the form (but not the JS at this part)—probably with a `@value` for each option that is `filterId_(asc|desc)`