Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-06-27 Thread duke
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-05-07 Thread Alexey Ivanov
On Wed, 1 May 2024 18:01:03 GMT, ScientificWare wrote: > I won a racing bib for the "Marathon Pour Tous" of Paris 2024 Olympic Games. Congratulations! Good luck! > …I have suspended all projects becauseof my training plan until september. > > My intent is to deliver the unit test in december.

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-05-01 Thread ScientificWare
On Wed, 1 May 2024 16:50:15 GMT, Phil Race wrote: >> @prrace Yes but I have to postpone this work. > > @scientificware please say when you will be getting back to this @prrace Sorry for the delay about all my contributions but I won a racing bib for the "Marathon Pour Tous" of Paris 2024

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-05-01 Thread Phil Race
On Fri, 19 Jan 2024 19:27:54 GMT, ScientificWare wrote: >> @scientificware - are you still working on this ? > > @prrace Yes but I have to postpone this work. @scientificware please say when you will be getting back to this - PR Comment:

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-01-19 Thread ScientificWare
On Tue, 16 Jan 2024 21:57:31 GMT, Phil Race wrote: >> Waiting for a review. > > @scientificware - are you still working on this ? @prrace Yes but I have to postpone this work. - PR Comment: https://git.openjdk.org/jdk/pull/15319#issuecomment-1900986622

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2024-01-16 Thread Phil Race
On Thu, 28 Sep 2023 06:14:45 GMT, ScientificWare wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update src/java.desktop/share/classes/javax/swing/text/html/FormView.java >> >> FormView.java : Remove a

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread ScientificWare
On Tue, 24 Oct 2023 19:18:20 GMT, Alexey Ivanov wrote: >> ![image](https://github.com/openjdk/jdk/assets/19194678/0c4ba14d-84df-4c45-abb2-f3f9dca01bd2) >> >> >> >> >> >> > src="file:oracle_logo_50x50.jpg" alt="Logo Oracle JPG"> >>

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread Alexey Ivanov
On Tue, 24 Oct 2023 18:54:17 GMT, ScientificWare wrote: >>> You should probably pass `altAtt` as the `description` parameter, yet I'm >>> unsure if it's ever used in this context. >> >> As I say, I'm unsure if it's used… The description could be exposed to >> Accessibility API. By default,

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread Alexey Ivanov
On Tue, 24 Oct 2023 19:04:05 GMT, ScientificWare wrote: >>> > What purpose does this distinction serve? >>> >>> Definitely an application developer and because it's the context of this >>> HTML implementation, may I preserve this distinction ? >> >> Okay, let it be. However, I still think

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread ScientificWare
On Tue, 24 Oct 2023 18:12:14 GMT, Alexey Ivanov wrote: >>> What purpose does this distinction serve? >> >> Definitely an application developer and because it's the context of this >> HTML implementation, may I preserve this distinction ? >> >>> This actually raises another question: what if

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread ScientificWare
On Mon, 23 Oct 2023 12:09:35 GMT, Alexey Ivanov wrote: >> src/java.desktop/share/classes/javax/swing/text/html/FormView.java line 282: >> >>> 280: @SuppressWarnings("deprecation") >>> 281: URL srcURL = new URL(base, srcAtt); >>> 282: ImageIcon

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-24 Thread Alexey Ivanov
On Mon, 23 Oct 2023 20:48:31 GMT, ScientificWare wrote: > > What purpose does this distinction serve? > > Definitely an application developer and because it's the context of this HTML > implementation, may I preserve this distinction ? Okay, let it be. However, I still think it's not the

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread ScientificWare
On Mon, 23 Oct 2023 12:04:10 GMT, Alexey Ivanov wrote: > What purpose does this distinction serve? Definitely an application developer and because it's the context of this HTML implementation, may I preserve this distinction ? > This actually raises another question: what if altAtt isn't

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread Alexey Ivanov
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread Alexey Ivanov
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread Alexey Ivanov
On Fri, 29 Sep 2023 12:12:23 GMT, Alexey Ivanov wrote: > You should probably pass `altAtt` as the `description` parameter, yet I'm > unsure if it's ever used in this context. As I say, I'm unsure if it's used… The description could be exposed to Accessibility API. By default, `ImageIcon` uses

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread Alexey Ivanov
On Fri, 29 Sep 2023 12:41:10 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update src/java.desktop/share/classes/javax/swing/text/html/FormView.java >> >> FormView.java : Remove a

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-23 Thread ScientificWare
On Fri, 29 Sep 2023 12:41:10 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update src/java.desktop/share/classes/javax/swing/text/html/FormView.java >> >> FormView.java : Remove a

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-10-18 Thread Phil Race
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-09-29 Thread Alexey Ivanov
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-09-28 Thread ScientificWare
On Wed, 30 Aug 2023 14:20:41 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8314731 : Adds support for the alt attribute in the image type input >> HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) >> >> This is tracked in JBS as >> -

Re: RFR: JDK-8314731 : Add support for the alt attribute in the image type input HTML tag [v2]

2023-08-30 Thread ScientificWare
> This is referenced in Java Bug Database as > - [JDK-8314731 : Adds support for the alt attribute in the image type input > HTML tag.](https://bugs.java.com/bugdatabase/view_bug?bug_id=8314731) > > This is tracked in JBS as > - [JDK-8314731 : Add support for the alt attribute in the image type