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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:18:13 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:10:08 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:08:56 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:37:18 GMT, Alexey Ivanov wrote: >> test/jdk/javax/swing/text/html/bug8314731.java line 35: >> >>> 33: import java.awt.Container; >>> 34: import java.awt.Dimension; >>> 35: import java.lang.reflect.InvocationTargetException; >> >> Can be removed. > > Remove `InvocationTarg

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:31:33 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:17:16 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:35:43 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 25 commits: >> >> - Merge master >> - JDK-8314731 : Remove all indentations

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

2025-09-07 Thread ScientificWare
On Mon, 25 Aug 2025 13:23:40 GMT, Alexey Ivanov wrote: >> test/jdk/javax/swing/text/html/bug8314731.java line 68: >> >>> 66: SwingUtilities.invokeAndWait(new Runnable() { >>> 67: public void run() { >>> 68: jf.dispose(); >> >> Check if `jf` is not

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

2025-05-29 Thread ScientificWare
On Mon, 9 Dec 2024 09:56:15 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

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

2025-04-30 Thread ScientificWare
On Mon, 9 Dec 2024 09:56:15 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

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

2025-02-03 Thread ScientificWare
On Mon, 9 Dec 2024 09:56:15 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

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

2025-01-06 Thread ScientificWare
On Mon, 9 Dec 2024 09:56:15 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

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

2024-12-09 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 i

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

2024-12-08 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 i

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

2024-12-08 Thread ScientificWare
On Tue, 3 Dec 2024 22:09:57 GMT, Phil Race wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 20 commits: >> >> - Merge master >> - Replaces this title with "alt attr

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

2024-12-02 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 i

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

2024-12-02 Thread ScientificWare
On Mon, 2 Dec 2024 13:58:46 GMT, ScientificWare wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> bug8314731.java : Corrects the CopyRight date. > > test/jdk/javax/swing/text/ht

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

2024-12-02 Thread ScientificWare
On Sun, 1 Dec 2024 12:40:29 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

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

2024-12-01 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 i

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

2024-12-01 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 i

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

2024-12-01 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 i

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

2024-11-30 Thread ScientificWare
On Tue, 21 Nov 2023 14:09:07 GMT, Alexey Ivanov wrote: > I wonder if it's possible to write a (unit) test which verifies the new > behaviour… and whether it's worth doing. @aivanov-jdk Done. > please say when you will be getting back to this @prrace I'm getting back to this issue.

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

2024-11-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 i

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 To

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 [v3]

2023-11-02 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 i

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 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 al

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 icon

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 provi

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v39]

2023-10-23 Thread ScientificWare
On Fri, 13 Oct 2023 07:50:17 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug?bug_id=8292276) >> >> This is tracked in JBS as

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v39]

2023-10-23 Thread ScientificWare
On Fri, 13 Oct 2023 07:50:17 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug?bug_id=8292276) >> >> 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 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 >>

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v39]

2023-10-13 Thread ScientificWare
On Fri, 13 Oct 2023 07:50:17 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug?bug_id=8292276) >> >> This is tracked in JBS as

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v39]

2023-10-13 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8294090 : Aligns the CSS and function behaviours [v3]

2023-10-12 Thread ScientificWare
On Wed, 20 Sep 2023 19:54:01 GMT, Phil Race wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 10 commits: >> >> - Merge branch >> 'scientificware-patch-004-CSS-aligns_r

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v38]

2023-10-09 Thread ScientificWare
On Mon, 9 Oct 2023 23:24:35 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug?bug_id=8292276) >> >> This is tracked in JBS as

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v38]

2023-10-09 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v37]

2023-10-09 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v36]

2023-10-09 Thread ScientificWare
On Thu, 17 Aug 2023 23:13:51 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug?bug_id=8292276) >> >> This is tracked in JBS as

Withdrawn: JDK-8294090 : Aligns the CSS and function behaviours

2023-10-09 Thread ScientificWare
On Sun, 13 Aug 2023 18:17:57 GMT, ScientificWare wrote: > This is referenced in Java Bug Database as > - [JDK-8294090 : Aligns the CSS `` and `` function > behaviours](https://bugs.java.com/bugdatabase/view_bug?bug_id=8294090) > > This is tracked in JBS as > - [JDK-829409

Re: RFR: JDK-8294090 : Aligns the CSS and function behaviours [v3]

2023-10-09 Thread ScientificWare
On Sun, 20 Aug 2023 23:07:01 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8294090 : Aligns the CSS `` and `` function >> behaviours](https://bugs.java.com/bugdatabase/view_bug?bug_id=8294090) >> >> 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-27 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) >> >

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 i

RFR: JDK-8314731 : Adds support for the alt attribute in the image type imput HTML tag.

2023-08-22 Thread ScientificWare
jf.setSize(new Dimension(400,200)); jf.setLocationRelativeTo(null); jf.setVisible(true); } }); } } The image to use with de code above, save it with the name : `oracle_logo_50x50.jpg` ![oracle_logo_50x50.jpg](https://github.com/scientificware/jdk/assets/19194678/66eac51a-00a4-4

Re: RFR: JDK-8294090 : Aligns the CSS and function behaviours [v3]

2023-08-20 Thread ScientificWare
[6.1. The RGB functions: rgb() and > rgba()](https://www.w3.org/TR/css-color-4/#funcdef-rgb) > > Designed from : [ScientificWare JDK-8294090 : Aligns the CSS and > function behaviours](https://github.com/scientificware/jdk/issues/16) ScientificWare has updated the pull request w

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v36]

2023-08-17 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v35]

2023-08-17 Thread ScientificWare
On Thu, 17 Aug 2023 18:59:40 GMT, Phil Race wrote: >> As mentioned earlier in this review, you need to absorb the changes in >> https://github.com/openjdk/jdk/pull/10317/ >> into THIS PR and withdraw 10317. > >> @prrace >> >> Do I absorb the changes in #15262 too ? > > I hadn't even seen that

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v15]

2023-08-17 Thread ScientificWare
On Thu, 17 Aug 2023 18:02:01 GMT, Phil Race wrote: >> ScientificWare has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 30 commits: >> >> - Merge branch 'openjdk:master' int

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v35]

2023-08-17 Thread ScientificWare
On Thu, 17 Aug 2023 18:09:26 GMT, Phil Race wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> StyleSheet.java : Adds missing space in some if statements > > As mentioned earlier in t

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v15]

2023-08-16 Thread ScientificWare
lor-4/#hex-notation) > > Designed from : [ScientificWare JDK-8293776 : Adds CSS 4 and 8 digits hex > coded Color](https://github.com/scientificware/jdk/issues/13) ScientificWare has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 30

Re: RFR: JDK-8294090 : Aligns the CSS and function behaviours [v2]

2023-08-16 Thread ScientificWare
[6.1. The RGB functions: rgb() and > rgba()](https://www.w3.org/TR/css-color-4/#funcdef-rgb) > > Designed from : [ScientificWare JDK-8294090 : Aligns the CSS and > function behaviours](https://github.com/scientificware/jdk/issues/16) ScientificWare has updated the pull request w

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v35]

2023-08-16 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v34]

2023-08-16 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v33]

2023-08-16 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > Designe

RFR: JDK-8294090 : Aligns the CSS and function behaviours

2023-08-13 Thread ScientificWare
-color-4/#funcdef-rgb) Designed from : [ScientificWare JDK-8294090 : Aligns the CSS and function behaviours](https://github.com/scientificware/jdk/issues/16) - Commit messages: - 8294090 : Corrects RGBandRGBAalignmentBehaviours.java file permission. - 8294090 : - Merge master

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v32]

2023-08-12 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v14]

2023-08-11 Thread ScientificWare
lor-4/#hex-notation) > > Designed from : [ScientificWare JDK-8293776 : Adds CSS 4 and 8 digits hex > coded Color](https://github.com/scientificware/jdk/issues/13) ScientificWare has updated the pull request with a new target base due to a merge or a rebase. The pull request n

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v31]

2023-08-07 Thread ScientificWare
On Mon, 7 Aug 2023 18:00:38 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v29]

2023-08-07 Thread ScientificWare
On Mon, 7 Aug 2023 14:08:13 GMT, Alexey Ivanov wrote: >> Delay due to the reorganization of my contribution schedule caused by new >> requests. > >> @scientificware Please do not rebase or force-push to an active PR as it >> invalidates existing review comments. Not

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v31]

2023-08-07 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v30]

2023-08-05 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v29]

2023-05-24 Thread ScientificWare
On Mon, 27 Feb 2023 21:56:28 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v13]

2023-05-24 Thread ScientificWare
On Sun, 5 Feb 2023 09:55:27 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as >

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v13]

2023-04-26 Thread ScientificWare
On Sun, 5 Feb 2023 09:55:27 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as >

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v29]

2023-04-26 Thread ScientificWare
On Mon, 27 Feb 2023 21:56:28 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v13]

2023-03-29 Thread ScientificWare
On Sun, 5 Feb 2023 09:55:27 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as >

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v29]

2023-03-28 Thread ScientificWare
On Mon, 27 Feb 2023 21:56:28 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v29]

2023-02-27 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v28]

2023-02-27 Thread ScientificWare
On Mon, 27 Feb 2023 20:09:11 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Delete configure >> >> Delete configure from the pull request. > &g

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v28]

2023-02-12 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v27]

2023-02-12 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v13]

2023-02-05 Thread ScientificWare
lor-4/#hex-notation) > > Designed from : [ScientificWare JDK-8293776 : Adds CSS 4 and 8 digits hex > coded Color](https://github.com/scientificware/jdk/issues/13) ScientificWare has updated the pull request incrementally with two additional commits since the last revision: - Updates copyr

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v26]

2023-02-05 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v23]

2023-02-05 Thread ScientificWare
On Wed, 25 Jan 2023 22:13:16 GMT, Alexey Ivanov wrote: >> Still waiting a review. > > @scientificware could you put your suggested text into the code change? I > mean incorporate into the PR itself. > > Is it necessary to have the _long_ sample code? > >> @aiv

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v25]

2023-02-05 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v24]

2023-01-27 Thread ScientificWare
Level > 4](https://bugs.openjdk.java.net/browse/JDK-8292276) > > Adds missing color names, defined by CSS Level 4, in CSS.java : > CSS Color Module Level 4 > W3C Candidate Recommendation Snapshot, 5 July 2022 > [7.1 Named Colors](https://www.w3.org/TR/css-color-4/#named-color) > > D

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v5]

2023-01-25 Thread ScientificWare
could be updated to `{@code}` which is the recommended >> way. >> >> What do you think? > >> @aivanov-jdk Done. > > Sorry, @scientificware, I missed the update. > > After making changes, you have to issue `integrate` command again. > > In fact, I did

Integrated: JDK-8296661 : Typo Found In CSSParser.java

2023-01-25 Thread ScientificWare
On Fri, 4 Nov 2022 01:56:05 GMT, ScientificWare wrote: > This is referenced in Java Bug Database as > - [JDK-8296661 : Typo Found In > CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661) > > This is tracked in JBS as > - [JDK-8296661 : Typo Found In

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v5]

2023-01-25 Thread ScientificWare
et/browse/JDK-8296661) > > I suspect a typo in the documentation comments. > > Designed from : [ScientificWare JDK-8296661 : Typo Found In > CSSParser.java](https://github.com/scientificware/jdk/issues/18) ScientificWare has updated the pull request incrementally with one additi

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v4]

2023-01-24 Thread ScientificWare
On Wed, 28 Dec 2022 00:10:53 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8296661 : Typo Found In >> CSSParser.java](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8296661) >> >> This is tracked in JBS as >

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v23]

2023-01-21 Thread ScientificWare
On Wed, 28 Sep 2022 17:13:42 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v12]

2023-01-12 Thread ScientificWare
On Wed, 14 Dec 2022 20:13:52 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v4]

2022-12-27 Thread ScientificWare
On Mon, 12 Dec 2022 13:06:09 GMT, Alexey Ivanov wrote: >> Looks good to me. >> >> In the description above: “…invoked one per property…”, it shoud be “once”. >> >> I think there's room for improvement. However, this is an internal-only >> class. > >> I think there's room for improvement. Howev

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v4]

2022-12-27 Thread ScientificWare
et/browse/JDK-8296661) > > I suspect a typo in the documentation comments. > > Designed from : [ScientificWare JDK-8296661 : Typo Found In > CSSParser.java](https://github.com/scientificware/jdk/issues/18) ScientificWare has updated the pull request incrementally with two additio

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v12]

2022-12-14 Thread ScientificWare
lor-4/#hex-notation) > > Designed from : [ScientificWare JDK-8293776 : Adds CSS 4 and 8 digits hex > coded Color](https://github.com/scientificware/jdk/issues/13) ScientificWare has updated the pull request incrementally with one additional commit since the last revision: Upda

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v11]

2022-12-14 Thread ScientificWare
lor-4/#hex-notation) > > Designed from : [ScientificWare JDK-8293776 : Adds CSS 4 and 8 digits hex > coded Color](https://github.com/scientificware/jdk/issues/13) ScientificWare has updated the pull request incrementally with one additional commit since the last revision: Performance i

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v23]

2022-12-14 Thread ScientificWare
On Fri, 30 Sep 2022 17:42:43 GMT, Alexey Ivanov wrote: >>> Shall I edit the subject of the issue to be more specific? “Add named >>> colors from CSS Color Module Level 4”? >> >> Yes, you may. Thanks. >> >>> ... please create a [CSR](https://wiki.openjdk.org/display/csr/Main) >>> request for i

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v3]

2022-12-11 Thread ScientificWare
et/browse/JDK-8296661) > > I suspect a typo in the documentation comments. > > Designed from : [ScientificWare JDK-8296661 : Typo Found In > CSSParser.java](https://github.com/scientificware/jdk/issues/18) ScientificWare has updated the pull request incrementally with one additi

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v2]

2022-12-11 Thread ScientificWare
On Mon, 5 Dec 2022 18:56:40 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Another type. >> >> Replace one by once. > > src/java.d

Re: RFR: JDK-8296661 : Typo Found In CSSParser.java [v2]

2022-12-10 Thread ScientificWare
et/browse/JDK-8296661) > > I suspect a typo in the documentation comments. > > Designed from : [ScientificWare JDK-8296661 : Typo Found In > CSSParser.java](https://github.com/scientificware/jdk/issues/18) ScientificWare has updated the pull request incrementally with one additi

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v10]

2022-12-03 Thread ScientificWare
On Tue, 27 Sep 2022 03:17:26 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8293776 : Adds CSS 4 and 8 digits hex coded >> Color](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8293776) >> >> This is tracked in JBS as

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v23]

2022-11-30 Thread ScientificWare
On Wed, 28 Sep 2022 17:13:42 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Add named colors from CSS Color Module Level >> 4](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in J

RFR: JDK-8296661 : Fix typo

2022-11-09 Thread ScientificWare
I suspect a typo in the documentation comments. - Commit messages: - Fix typos in CSSParser.java Changes: https://git.openjdk.org/jdk/pull/10975/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10975&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8296661 Stats: 1 lin

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v10]

2022-11-01 Thread ScientificWare
On Tue, 1 Nov 2022 16:38:34 GMT, Alexey Ivanov wrote: >> ScientificWare has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Corrects a value in a message. >> >> A message is added to the result in ca

Re: RFR: JDK-8292276 : Add named colors from CSS Color Module Level 4 [v23]

2022-10-05 Thread ScientificWare
On Fri, 30 Sep 2022 17:42:43 GMT, Alexey Ivanov wrote: >>> Shall I edit the subject of the issue to be more specific? “Add named >>> colors from CSS Color Module Level 4”? >> >> Yes, you may. Thanks. >> >>> ... please create a [CSR](https://wiki.openjdk.org/display/csr/Main) >>> request for i

Re: RFR: JDK-8292276 : Missing color names in CSS [v23]

2022-09-29 Thread ScientificWare
On Thu, 29 Sep 2022 14:35:10 GMT, Alexey Ivanov wrote: > I said, I would submit a CSR for you after we agree on the updated javadoc > for StyleSheet.stringToColor. Sorry, I didn't realize the message was from the bot. - PR: https://git.openjdk.org/jdk/pull/9825

Re: RFR: JDK-8292276 : Missing color names in CSS [v23]

2022-09-29 Thread ScientificWare
On Thu, 29 Sep 2022 10:53:32 GMT, Alexey Ivanov wrote: > Shall I edit the subject of the issue to be more specific? “Add named colors > from CSS Color Module Level 4”? Yes, you may. Thanks. > ... please create a [CSR](https://wiki.openjdk.org/display/csr/Main) request > for issue [JDK-8292276

Re: RFR: JDK-8292276 : Missing color names in CSS [v23]

2022-09-28 Thread ScientificWare
On Wed, 28 Sep 2022 17:13:42 GMT, ScientificWare wrote: >> This is referenced in Java Bug Database as >> - [JDK-8292276 : Missing color names in >> CSS](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8292276) >> >> This is tracked in JBS as >> - [

Re: RFR: JDK-8293776 : Adds CSS 4 and 8 digits hex coded Color [v6]

2022-09-28 Thread ScientificWare
On Tue, 27 Sep 2022 02:40:45 GMT, ScientificWare wrote: >>> Could we reach a conciliation with this version. ? All cases are treated in >>> 2 or 3 tests. >> >> Your new versions introduce one more condition to each case and make the >> code more complica

  1   2   >