-
-
Notifications
You must be signed in to change notification settings - Fork 36
Test checking the markup arguments #1005
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
Comments
Isn't the cause of the error clearly specified in the |
Yes:
But I am arguing that it's not a good thing. Read the use case I described. If I want to produce HTML from the MF2 markup then being able to specify a locale (mapping to html At this point markup is very much "free for all", and allows for almost anything. Why are they considered "bad option"? |
This was discussed in #846 (comment) and #846 (comment). |
I don't think the threads actually closed with a conclusion. Fair enough, a decision had to be made. But the PR ends with This is such an issue, opened against. |
In that case, could you retitle this issue as such, rather than as an issue about markup tests?
Note that in #846 (comment) I explicitly ping'd you for comment, given your prior interest in the topic, and the thread was only closed two months after no comment on it. In any case, my core rationale for the current solution is that |
@mihnita Are you okay moving this to 48? |
Not accurate. There are two comments that I added after you pinged me.
Do I have a choice? :-) Is there a 47.1 or something else before 48? If not, then yes, fine. |
Note that the PR mentioned says
The whole discussion was around that. And the PR was closed with "This is now an error." without any discussion about it. |
(chair hat) There is no 47.1 planned, so 48 is the next release after 47. If you think this is a blocker for v47, now's the time to mark it as such 😉 Please note that I am not asking you to close this issue. |
In
u-options.json
we have the following test case:I think there should not be any error here.
Implementations are free to use markdown as needed, as friendly as possible for the environment where they are used.
The markdown is largely left unspecified.
We don't say what options are valid or not.
I guess in the test above the
expErrors
is caused byu:dir=rtl
andu:locale=ar
?These are in fact very useful options to have in markdown.
If one uses the MF2 markdown to produce html then these options map very naturally to
dir
andlang
.The text was updated successfully, but these errors were encountered: