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

推荐订阅源

博客园 - Franky
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
人人都是产品经理
人人都是产品经理
罗磊的独立博客
博客园 - 聂微东
雷峰网
雷峰网
量子位
美团技术团队
V
V2EX
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
IT之家
IT之家
The Cloudflare Blog
爱范儿
爱范儿
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
Jina AI
Jina AI

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.