惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Vercel News
Vercel News
博客园_首页
Y
Y Combinator Blog
美团技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
博客园 - Franky
Engineering at Meta
Engineering at Meta
量子位
The GitHub Blog
The GitHub Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium

Joe Dolson Web Accessibility

My Calendar 3.8.0 and My Calendar 3.5.0 released - Joe Dolson Web Accessibility Able Player v5.0.0 released! - Joe Dolson Web Accessibility Able Player: 1 year later My Calendar Pro v3.4.0 Released Chat about Able Player at CSUN 2026? Able Player 4.8.0 and Able Player for WordPress 2.3.0 Released Able Player 4.8 – Release Candidate & Call for Translators Judging severity in accessibility issues Is it an evil overlay? How can you tell? My Calendar 3.7.0 Beta Why WordPress Themes Require Underlines on Links “The primary threat for accessibility on the web is neglect.” Able Player 4.7.0 & Able Player for WordPress 2.2.0 Released!
My Calendar 3.7.0 & My Calendar Pro 3.3.0 released
Joe Dolson · 2026-01-21 · via Joe Dolson Web Accessibility

Major updates to both My Calendar and My Calendar Pro went out today. The most significant user-facing change is the switch from using a elements for navigation to using button elements for navigation.

This only applies if you have AJAX navigation enabled; if you’re using page refreshes to navigate My Calendar, the navigation will render as links.

This is intended to fix two issues: an accessibility concern where the element used to navigate didn’t match the way navigation works when using AJAX navigation, and a performance issue caused by excessive crawling by bots.

The bot issue is also addressed by limiting the range of pages that can be displayed. My Calendar has a theoretically unlimited set of possible calendar dates to display, and this meant that aggressive bots (that ignored crawling directives) would potentially crawl your site infinitely. My Calendar now restricts browsing to a maximum of one year before your first event and one year after your last event, which significantly reduces the scope.

Additional bot control features include the ability to fully disable the day, month, or week views. Previously, while the navigation may not have been enabled, the views still existed. The day view, in particular, can result in a very large number of possible pages. You can now disable these views entirely, and they will not be rendered.

See the beta release announcement for more details about the changes and features in My Calendar 3.7.0.

My Calendar Pro updates

The updates in My Calendar Pro are less major, but necessary to maintain feature compatibility with My Calendar. One of the major changes is adding support for personal events, a new feature in My Calendar. Personal events are events you can add to My Calendar that are only visible to you, and not to other users.

The importer and iCal parser have had significant updates that should improve performance and expands the support for event features imported from remote calendars.