IRC log of #jetrowebdev for Thursday, 2026-04-30

arya has quit (Quit: Connection closed for inactivity)00:20
devesh has quit (Quit: Connection closed for inactivity)01:12
dcammue has quit (Read error: Connection reset by peer)07:14
dcammue has quit (Read error: Connection reset by peer)07:36
dcammue has quit (Read error: Connection reset by peer)08:12
dcammue has quit (Remote host closed the connection)10:30
dcammue_ has quit (Quit: Leaving)11:11
dcammue has quit (Remote host closed the connection)11:49
dcammue has quit (Read error: Connection reset by peer)11:57
dcammue has quit (Read error: Connection reset by peer)12:05
resl has quit (Ping timeout: 480 seconds)12:07
resl has quit (Quit: resl)14:41
jelknerhello jkollie and dcammue!15:08
jelknerjkollie: are you ready for the May First membership meeting today?15:08
jelknerbtw., I never got to ask you about the Next System Teach-in workshop.  Were you able to attend that?15:09
dcammue has quit (Read error: Connection reset by peer)15:11
jkolliei'm ready for the meeting today jelkner15:13
dcammue has quit (Remote host closed the connection)15:14
jkollieI didn't get to attend the Next system jelkner(-; 15:15
jkollieI lost track of the time15:15
jkolliejelkner are you still here?15:16
dcammue has quit (Remote host closed the connection)15:23
dcammueGood afternoon jelkner 15:28
jelkneri am jkollie and dcammue15:32
jelknerstudents are arriving, so i'm speaking with them15:32
dcammueokay15:32
dcammuehello resl 15:32
jelknerok, kendyl just arrived15:38
jelknerjkollie: did you see my questions?15:39
dcammuegreeting kthomas jkollie and freena 15:39
dcammuegreat to see you all again!15:40
freenaHi dcammue 15:40
jkollieyes I saw it and responded15:40
jelkneroh no, jkollie 15:40
jelkneryou missed that one?15:40
jelkneroh well15:40
jelknerwe need to work on tracking time15:40
jkollie+115:41
jelknerplease don't forget today!15:41
jelkneri'm going to go home as fast as i can after class ends15:41
jkollieI won't15:41
jelknerso i can get home before the meeting starts15:41
jkollieam currently at the office15:41
jelknergreat, jkollie 15:41
jelknerthanks!15:41
jkolliesure15:42
jelknerdcammue: i'll stop interfering with your class now ;-)15:42
dcammuewelcome once again15:42
jelknerbut do look at the inventory sheet15:42
dcammuethanks jelkner 15:42
jelkneri added two laptops to it15:42
dcammueyes, tomorrow gabriel and i will work on it15:42
jelknerACTION shuts up now so dcammue can run his class15:42
dcammuethanks jelkner 15:43
dcammueokay15:43
dcammueback to class15:43
dcammuethanks for coming today15:43
dcammueand i will like to say; students, do anyone has question for me?15:44
kthomasim good15:44
jkollie-1 for now15:44
freena-1 15:45
dcammuefreena, 15:45
dcammueokay15:45
dcammuelet's move on15:45
freenaYes15:45
dcammuei needed your response freena 15:45
dcammuebut you did15:45
dcammueso let do a quick recap on the past lesson15:46
dcammueWeb Accessibility and the ARIA15:46
dcammuehow do we understanding web accessibility?15:47
dcammuefirstly web?15:47
dcammueand 15:47
dcammueAccessibility15:47
dcammueso Web will has to do with your website or web page15:49
dcammueand Accessibility is the act of allowing 15:50
dcammueso the idea is that we want our website to be seeing by hundred of people 15:50
dcammuemore user to access or reach to our site15:51
dcammuelet look at the ARIA15:53
dcammueso can anyone tell what the ARIA means?15:54
jkollieAccessible Rich Internet Applications 15:54
jkollieright dcammue?15:55
dcammueyes15:55
dcammueso these are set of attribute you can add to your html elements15:56
dcammuethe ARIA has a concept of role15:57
dcammueor role attribute15:57
dcammuethis tell screen reader that this is button, link, header15:58
dcammueand many more15:58
dcammueso you actually use the role attribute 15:58
dcammuein your <button> tag15:59
dcammueexample15:59
dcammue<button role="button"> follow by closing tag15:59
dcammuesame with the h1 tag16:00
dcammue<h1 role="header">16:00
dcammuethere are also a states and properties of ARIA16:01
dcammueso for the attribute, 16:01
dcammueif i say, <a href="www.me.com." role="link">16:02
dcammuewhere is the attribute 16:03
dcammueand value given it16:03
dcammue?16:03
dcammuecan anyone tell?16:03
jkollierole is the attribute16:04
kthomasi agree16:04
dcammueand what is the attribute value16:05
freena+116:05
kthomasbutton16:05
jkollieand link is the element or value given it16:05
freenaline16:05
freenalink is the attribute value16:05
dcammue+116:06
dcammueso we are now interacting16:06
dcammuebut i was just doing all alone16:06
dcammue;-)16:06
freenasorry dcammue 16:06
dcammuelet see the ARIA states and properties16:07
jkollieokay16:07
dcammuen addition to roles, ARIA includes16:09
dcammue*in16:09
dcammuestates and properties further describe the behavior of html elements16:09
dcammuesome example are aria-expanded, aria-checked, and aria-hidden16:10
dcammueso the aria-expanded 16:11
dcammuetells 16:11
dcammuethat a menu is open16:12
dcammueand aria-checked is use 16:12
dcammuefor letting the user to know that the checkbox is uncheck16:13
dcammue* unchecked16:13
dcammuethe aria-checked is use with the input element16:14
dcammueand has a value to false16:14
dcammueexample16:15
dcammue<input type="checkbox" aria-checked="false">16:15
dcammueso this makes the checkbox unchecked16:15
dcammueany question?16:16
dcammuemaybe i am just talking too much and someone is not understanding16:17
kthomasim good16:17
freenaYour teaching is clear for me dcammue 16:17
dcammueif no question, then i can let you all have time to work16:18
smohamud has quit (Ping timeout: 480 seconds)16:18
freenaOkay, thanks dcammue 16:19
jkolliefrom what I studied I think the aria-checked, check if a check-box is checked or unchecked16:20
dcammuekthomas, 16:20
kthomasyes16:20
dcammuei just view your page16:21
dcammuethanks16:21
jkolliebut am a little bit confuse16:21
kthomason what16:21
kthomasim sorry i havent finished one of the subjects16:21
jkollieand is about the false16:22
kthomasoh shoot im sorry jkollie i thought that was decammue asking me something16:23
dcammuethe false is telling the browser that the box is not check yet16:23
jkolliewhat if the box is check?16:23
dcammueyou will have the attribute value to true16:24
jkollieokay, that's what I wanted to be sure of16:25
jkolliethanks16:25
dcammueso if you also want to hid some content from screen reader16:26
dcammuelet see this16:26
dcammue<div aria-hidden="true">16:26
dcammuethis hidden the content you want to hid16:26
dcammueand if it is like this16:27
dcammue<div aria-hidden="false">16:27
dcammueit shows to screen reader16:27
dcammuegot it?16:27
jkollie+116:28
dcammueokay16:28
dcammuekthomas, what subject you were talking about?16:29
kthomasin my website, i havent finished the section where i stated my reasoning for my goals16:30
dcammueoh okay16:31
jelknerOk, i have to run so i can get home for the May First annual meeting16:53
jelknersee you tomorrow morning dcammue 16:53
jelknerACTION signs off16:53
jelkner has quit (Quit: Leaving)16:53
kthomasbye everyone16:54
kthomas has quit (Quit: Leaving)16:54
smohamud has quit (Ping timeout: 480 seconds)16:54
jkollie has quit (Quit: Leaving)16:57
dcammue has quit (Remote host closed the connection)16:58
resl has quit (Quit: resl)17:15
jelknerjkollie, type your name in the document18:05
jelknerso we can reach quorum18:06
jelknerlet me know if you need help18:06
jkolliei'm done jelkner18:06
jelknernice!18:06
jelknerthanks!18:06
jkollieokay-;)18:07
jelknerput two ++ in front of your name18:14
jelknersince you are an organizational member18:15
jelknerjkollie, did you get that?18:15
jelkneryes you did ;-)18:15
jkollielol18:16
jkolliethanks jelkner18:20
jkollie has quit (Read error: Connection reset by peer)18:35
jelknerjkollie_, thanks18:46
jelknercan i email May First and have them change the main contact person to be you?18:46
jkollie_don't mention jelkner, this is great18:46
jkollie_sure18:47
jkollie_thanks a lot18:47
thomasboimahHelle w18:47
thomasboimahEveryone 18:47
thomasboimah*Hello 18:47
jkollie_Hi thomasboimah18:48
jkollie_jelkner18:48
thomasboimahjkollie_: we are here together but anyway hi18:48
jkollie_lol18:48
jkollie_ has quit (Quit: Leaving)18:58
freena has quit (Quit: Connection closed for inactivity)19:09
thomasboimahACTION sign off to leave the office to go home19:50
thomasboimah has left #jetrowebdev (None)19:51
jkollie has left #jetrowebdev (None)19:52
jelkner has quit (Quit: Leaving)20:13
dcammue has quit (Read error: Connection reset by peer)20:39
dcammue has quit (Read error: Connection reset by peer)21:34
resl has quit (Quit: resl)23:19
dcammue has quit (Read error: Connection reset by peer)23:25

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!