Component Demo
FAQ Accordion Component
About This Component
Accessibility Features
- âś… Native HTML <details> and <summary> elements
- âś… Full keyboard navigation support
- âś… Screen reader compatible
- âś… WCAG 2.1 AA compliant
- âś… Respects reduced motion preferences
- âś… High contrast mode support
Technical Details
- 📦 Technology: Native HTML <details> and <summary>
- 🎨 Styled with Prairie Pragmatism design
- 📱 Mobile-friendly and responsive
- ⚡ Zero external dependencies
- 🌍 Works on rural internet connections
- ♿ Accessible by default
Usage Instructions
Try interacting with the accordion below using different methods:
- Mouse: Click on any question to expand/collapse
- Keyboard: Tab to navigate, Enter/Space to toggle
- Touch: Tap questions on mobile devices
- Screen Reader: Properly announced as expandable sections
Frequently Asked Questions
Get the facts about Alberta's oil well cleanup crisis and what it means for rural communities.
What is the Mature Asset Strategy (MAS)?
The Mature Asset Strategy (MAS) is a coordinated plan by oil companies to abandon aging wells and transfer cleanup costs to taxpayers. Companies are strategically offloading their oldest, most expensive-to-clean wells to shell companies that quickly go bankrupt, leaving rural landowners and Albertans to pay for the environmental mess.
How much money are we talking about?
Conservative estimates put the abandoned well cleanup costs at over $60 billion. This represents thousands of wells across Alberta that will require environmental remediation, with costs that could balloon even higher as more wells reach end-of-life.
Who's really paying for this cleanup?
Rural landowners and Alberta taxpayers are left holding the bag. When shell companies go bankrupt, the cleanup responsibility falls to the provincial government—funded by taxpayers— and landowners who can't use their land until expensive environmental remediation is complete.
Why should urban Albertans care?
This affects all Albertans through higher taxes and reduced public services. Money spent on corporate cleanup costs is money not available for healthcare, education, or infrastructure. Plus, environmental contamination doesn't respect municipal boundaries—it affects our shared water systems and air quality.
What can be done to stop this?
Alberta's Legislature can pass regulations requiring companies to clean up their own wells before transferring them, and establish stronger financial assurances. Other provinces have successfully implemented "polluter pays" policies—Alberta can too.
When will the Legislature vote on this?
The Alberta Legislature is expected to reconvene on October 27, 2025. This is our window to build public pressure for action before more wells are abandoned through the MAS scheme. Every story shared and every voice raised increases the pressure for accountability.
Is my personal information safe if I share my story?
Yes. We use privacy-respecting tools and give you complete control over your information. You can choose to share your story with your full name, first name only, or completely anonymously. We never share personal details with third parties and store data on community-controlled platforms, not corporate surveillance systems.
Implementation Example
Basic HTML Structure
<details class="prairie-accordion-item" name="faq">
<summary class="prairie-accordion-header">
<span class="text-lg font-semibold">Your Question Here</span>
<span class="prairie-accordion-icon">â–Ľ</span>
</summary>
<div class="prairie-accordion-content">
<p>Your answer content goes here.</p>
</div>
</details>HTML Attributes
Details Element
name- Group name for exclusive behavioropen- Start expandedclass- CSS styling classes
Benefits
- âś… Works without JavaScript
- âś… Accessible by default
- âś… Semantic HTML structure
- âś… Browser native support
- âś… SEO-friendly
- âś… Lightweight implementation
