InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
Washington in recent years imprisoned Indigenous people at more than six times the rate of white people.
That’s according to U.S. Bureau of Justice Statistics data that the Prison Policy Initiative assembled and released last month. The 2021 figures posted by the advocacy group are the most recent information available.
The disparity between Indigenous and white incarceration in Washington has roughly doubled over the past decade, based on statistics for 2010 that the Prison Policy Initiative released.
Over that time, the imprisoned share of both groups fell, but for white people the decline was steeper.
In 2010, the incarceration rate for white people in Washington was 437 per 100,000. For Indigenous people it was 1,427 per 100,000. By 2021, those figures dropped to 149 and 981 per 100,000, respectively.
Disparities exist among other racial groups, too: Black people in 2021 were incarcerated at 5.7 times the rate of white people, just under the national average. Hispanic people are incarcerated at 1.5 times the rate of white people.
The number of incarcerated Indigenous people may also be underreported, as data collected on “two or more races” is often considered a separate category.
Wanda Bertram, a spokesperson at the Prison Policy Initiative, said states with a higher population of Indigenous people often have higher Indigenous incarceration rates — but Washington’s rate is still considerably higher than the national average.
Bertram said the disparity can be linked to disproportionate rates of poverty among Washington’s Indigenous peoples and over-policing of Indigenous communities.
“It has to do with centuries of dispossession and disinvestment in their communities,” Bertram said.
Bertram also pointed to a growing number of jails on tribal land as a lesser factor contributing to the high rates of Indigenous incarceration across the country.
Increasing public benefits, offering affordable housing and providing social programs that are alternatives to incarceration could reduce the racial disparity in Washington’s jails, according to Bertram.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
Conviction shows how Oregon law holds parents to the same standards as those in states that explicitly criminalize failure to protect children from abuse