- From: IVNIVS BRVTVS <lvcivsivnivsbrvtvs3@gmail.com>
- Date: Thu, 27 Jun 2024 14:13:28 -0700
- To: www-validator@w3.org
- Message-ID: <CAPPDmfyXrvC+tZO=zSsV4cmfh3-xODGh9tvRAnviw27P8wKTqw@mail.gmail.com>
Hi, I've tried to understand what is saying, but no idea, I know it is related to the slider I created, which works fine, but I'm terribly curious about the error and, if it does exist, I'd love to correct it. Anyone there who can explain it? And how to fix it? 1. Error: CSS: Inconsistent stackmap frames at branch target 310↩Exception Details:↩ Location:↩ org/w3c/css/properties/css3/CssScrollSnapType.<init>(Lorg/w3c/css/util/ApplContext;Lorg/w3c/css/values/CssExpression;Z)V @310: new↩ Reason:↩ Type top (current frame, locals[7]) is not assignable to 'org/w3c/css/values/CssIdent' (stack map, locals[7])↩ Current Frame:↩ bci: @265↩ flags: { }↩ locals: { 'org/w3c/css/properties/css3/CssScrollSnapType', 'org/w3c/css/util/ApplContext', 'org/w3c/css/values/CssExpression', integer, 'org/w3c/css/values/CssValue', integer, 'java/util/ArrayList' }↩ stack: { integer }↩ Stackmap Frame:↩ bci: @310↩ flags: { }↩ locals: { 'org/w3c/css/properties/css3/CssScrollSnapType', 'org/w3c/css/util/ApplContext', 'org/w3c/css/values/CssExpression', integer, 'org/w3c/css/values/CssValue', integer, 'java/util/ArrayList', 'org/w3c/css/values/CssIdent' }↩ stack: { }↩ Bytecode:↩ 0x0000000: 2ab7 0005 2ab6 0008 1d99 0016 2cb6 0009↩ 0x0000010: 05a4 000e bb00 0a59 120b 2bb7 000c bf2c↩ 0x0000020: b600 0d3a 042c b600 0e36 05bb 000f 59b7↩ 0x0000030: 0010 3a06 1904 b600 11ab 0000 0000 008c↩ 0x0000040: 0000 0001 0000 0000 0000 0013 1904 b600↩ 0x0000050: 123a 0719 07b8 0013 9900 292c b600 0904↩ 0x0000060: a400 16bb 000a 5912 142c b600 0d2a b600↩ 0x0000070: 152b b700 16bf 1906 1904 b600 1757 a700↩ 0x0000080: 5ab2 0018 1907 b600 0399 0029 2cb6 0009↩ 0x0000090: 04a4 0016 bb00 0a59 1214 2cb6 000d 2ab6↩ 0x00000a0: 0015 2bb7 0016 bf19 0619 04b6 0017 57a7↩ 0x00000b0: 0029 1907 b800 19c6 000e 1906 1904 b600↩ 0x00000c0: 1757 a700 16bb 000a 5912 142c b600 0d2a↩ 0x00000d0: b600 152b b700 16bf 2cb6 001a 2cb6 001b↩ 0x00000e0: 9a00 6d15 0510 209f 0017 bb00 0a59 121c↩ 0x00000f0: 1505 b800 1d2a b600 152b b700 16bf 2cb6↩ 0x0000100: 000d 3a04 1904 b600 11ab 0000 0000 002d↩ 0x0000110: 0000 0001 0000 0000 0000 0013 1904 b600↩ 0x0000120: 123a 0719 07b8 001e c600 0e19 0619 04b6↩ 0x0000130: 0017 57a7 0016 bb00 0a59 1214 2cb6 000d↩ 0x0000140: 2ab6 0015 2bb7 0016 bf2c b600 1a2a 1906↩ 0x0000150: b600 1f04 a000 0f19 0603 b600 20c0 0021↩ 0x0000160: a700 0cbb 0022 5919 06b7 0023 b500 07b1↩ 0x0000170: ↩ Stackmap Table:↩ full_frame(@31,{Object[#82],Object[#83],Object[#84],Integer},{})↩ append_frame(@76,Object[#85],Integer,Object[#86])↩ append_frame(@118,Object[#87])↩ same_frame(@129)↩ same_frame(@167)↩ same_frame(@178)↩ chop_frame(@197,1)↩ same_frame(@216)↩ same_frame(@254) ↩ same_frame(@284)↩ append_frame(@310,Object[#87])↩ chop_frame(@329,1)↩ same_frame(@333)↩ same_locals_1_stack_item_frame(@355,Object[#82])↩ full_frame(@364,{Object[#82],Object[#83],Object[#84],Integer,Object[#85],Integer,Object[#86]},{Object[#82],Object[#85]}). At line 1, column 0 <!DOCTYPE html> My slider css: ..slider {display: flex; left: 0; right: 0; margin: 0 auto; width: 300px; overflow: scroll; scroll-snap-type: x mandatory;} .slider img {flex: 0 0 100%; object-fit: cover; scroll-snap-align: center;} The html is just a div with the img Thanks.
Received on Friday, 28 June 2024 07:03:11 UTC