Re: [PATCH] Add code element inside src-block in ox-html

2025-05-04 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: >> So it looks like we should merge this. >> Nikolaos, may you also add an ORG-NEWS entry? Users may want to know >> about the change. For updating/improving CSS selectors, if nothing. >> > Can you add the entry? Applied, onto main, after adding news entry and

Re: [PATCH] Add code element inside src-block in ox-html

2025-04-29 Thread Nikolaos Chatzikonstantinou
On Sun, Apr 27, 2025, 4:48 AM Ihor Radchenko wrote: > Nikolaos Chatzikonstantinou writes: > > >> So, I think this is probably slightly unusual in practice, but also > fine to do. Consistency with the klipsify version seems worth it, > regardless of which way we go. > > > > In HTML they'd need a

Re: [PATCH] Add code element inside src-block in ox-html

2025-04-27 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: >> So, I think this is probably slightly unusual in practice, but also fine to >> do. Consistency with the klipsify version seems worth it, regardless of >> which way we go. > > In HTML they'd need a way to denote short code fragments like > int x = 0; and lo

Re: [PATCH] Add code element inside src-block in ox-html

2025-04-21 Thread Nikolaos Chatzikonstantinou
On Sun, Apr 20, 2025 at 11:41 AM Timothy wrote: > On Wed, Mar 12, 2025, at 1:51 AM, Ihor Radchenko wrote: > > Nikolaos Chatzikonstantinou writes: > > > >> Shouldn't the source blocks be using the element? > >> > >> This patch is untested, I can pay more attention to it if first the > >> maintain

Re: [PATCH] Add code element inside src-block in ox-html

2025-04-20 Thread Timothy
> Timothy, may you take a look? Sure, sorry for the delay. I'm not quite sure whether we should have `` within `` unfortunately. On one hand, it doesn't break from the the whatwg intended use case, but the examples do seem to emphasise inline usage and if we check https://developer.mozilla.org/

Re: [PATCH] Add code element inside src-block in ox-html

2025-03-11 Thread Nikolaos Chatzikonstantinou
On Tue, Mar 11, 2025 at 1:52 PM Ihor Radchenko wrote: > > Nikolaos Chatzikonstantinou writes: > > > Shouldn't the source blocks be using the element? > > > > This patch is untested, I can pay more attention to it if first the > > maintainer(s) agree with my opinion. I thought the tag is good >

Re: [PATCH] Add code element inside src-block in ox-html

2025-03-11 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: > Shouldn't the source blocks be using the element? > > This patch is untested, I can pay more attention to it if first the > maintainer(s) agree with my opinion. I thought the tag is good > for semantics. Timothy, may you take a look? For me, the patch loo

Re: [PATCH] Add code element inside src-block in ox-html

2025-02-27 Thread Rudolf Adamkovič
Nikolaos Chatzikonstantinou writes: > Shouldn't the source blocks be using the element? > > This patch is untested, I can pay more attention to it if first the > maintainer(s) agree with my opinion. I thought the tag is good > for semantics. This makes sense in the light of the HTML spec for `