File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ nodejs 22.15.1
Original file line number Diff line number Diff line change 153153 {{ #with article }}
154154 <div class =" article-votes" >
155155 <h2 class =" article-votes-question" id =" article-votes-label" >{{ t ' was_this_article_helpful' }} </h2 >
156- <div class =" article-votes-controls" role =" group " aria-labelledby =" article-votes-label" >
157- {{ vote ' up' class =' button article-vote article-vote-up' selected_class =" button-primary" }}
158- {{ vote ' down' class =' button article-vote article-vote-down' selected_class =" button-primary" }}
156+ <div class =" article-votes-controls" role =" radiogroup " aria-labelledby =" article-votes-label" >
157+ {{ vote ' up' class =' button article-vote article-vote-up' selected_class =" button-primary" role = " radio " name = " article-votes-option " }}
158+ {{ vote ' down' class =' button article-vote article-vote-down' selected_class =" button-primary" role = " radio " name = " article-votes-option " }}
159159 </div >
160160 <small class =" article-votes-count" >
161161 {{ vote ' label' class =' article-vote-label' }}
You can’t perform that action at this time.
0 commit comments